We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 332c1b0 commit 5602753Copy full SHA for 5602753
.travis.yml
@@ -27,5 +27,5 @@ install:
27
28
script:
29
- pylint adafruit_rfm69.py
30
- - ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace examples/*.py)
+ - ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace,line-too-long examples/*.py)
31
- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-rfm69 --library_location .
0 commit comments