You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 9, 2020. It is now read-only.
Hi,
I am new to python and to using pycodestyle so I appologize if I'm doing this all wrong.
I am using
git lint
in travis to lint my python code with a customized.gitlint.yaml
located at the root of my folder.The only thing I changed here is I increased the
max-line-length
to 100.I ran a travis build with the following code
Travis logs shows me error such as
line 124, col 0: Convention: [line-too-long]: Line too long (87/80)
The text was updated successfully, but these errors were encountered: