Skip to content

Commit

Permalink
test v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
andyjslee committed Aug 16, 2024
1 parent 5837434 commit b6bd06f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lint.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -o errexit
find src test -name '*.py' \
find src test -path test/data -prune -o -name '*.py' -print \
| xargs pylint \
--errors-only \
--disable=unsubscriptable-object,not-an-iterable,no-member,abstract-class-instantiated
echo 'Passes pylint check'
echo 'Passes pylint check'

0 comments on commit b6bd06f

Please sign in to comment.