Skip to content

Commit 5602753

Browse files
authored
Suppress line too long from examples lint check.
Disable this check on the example code to prevent from littering it with confusing lint disable commands.
1 parent 332c1b0 commit 5602753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ install:
2727

2828
script:
2929
- pylint adafruit_rfm69.py
30-
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace examples/*.py)
30+
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace,line-too-long examples/*.py)
3131
- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-rfm69 --library_location .

0 commit comments

Comments
 (0)