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
Currently coala can ignore rules based on in-source comments.
That can get very messy when particular rules sgould always be ignored in common but well defined scenarios.
In those case it is better to define a rule about the relevant lines.
See flake8-putty, which uses regex to describe scenarios.
The solution for this project should be more generic that flake8-putty, possibly using bears to define ranges when custom actions which ignore results.
The text was updated successfully, but these errors were encountered:
Currently coala can ignore rules based on in-source comments.
That can get very messy when particular rules sgould always be ignored in common but well defined scenarios.
In those case it is better to define a rule about the relevant lines.
See flake8-putty, which uses regex to describe scenarios.
The solution for this project should be more generic that flake8-putty, possibly using bears to define ranges when custom actions which ignore results.
The text was updated successfully, but these errors were encountered: