Skip to content

Commit

Permalink
Merge pull request #2559 from mulkieran/develop-2.3.0-rc
Browse files Browse the repository at this point in the history
Develop 2.3.0 rc
  • Loading branch information
mulkieran authored Apr 27, 2021
2 parents fa6e2ab + 5fddbfa commit 56f0dc4
Show file tree
Hide file tree
Showing 208 changed files with 11,510 additions and 5,396 deletions.
8 changes: 8 additions & 0 deletions .githooks/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/usr/bin/sh

make fmt-travis && make build && make build-extras && make build-min && make test && make clippy && make yamllint || exit 1

export PYTHONPATH=$PWD/tests/client-dbus/src

cd tests/client-dbus && make fmt-travis && make lint || exit 1
cd ../../code_maintenance && make fmt-travis && make lint || exit 1
Loading

0 comments on commit 56f0dc4

Please sign in to comment.