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
Look into automated solutions for warnings regarding dull things like whitespaces
It may be beneficial to fix one message, report, category, or checker at a time. For example, the following throws only trailing-whitespace warnings: pipenv run python -m pylint --disable=all --enable=trailing-whitespace ..\Scripts\ This way the commits stay more informative.
Could Travis throw a warning for unaccepted coding style?
The text was updated successfully, but these errors were encountered:
As discussed in #269,
pylint
is imported but not used. Here are steps to solve this:pylint
messagestrailing-whitespace
warnings:pipenv run python -m pylint --disable=all --enable=trailing-whitespace ..\Scripts\
This way the commits stay more informative.The text was updated successfully, but these errors were encountered: