coala / coala-quickstart

A tool that generates an initial coala config file for you!
GNU Affero General Public License v3.0
47 stars 76 forks source link

Enhance the rules in .coafile #256

Open jayvdb opened 6 years ago

jayvdb commented 6 years ago

I've seen a few issues in code not being caught by coala-ci, i.e. pyflakes is not being run on the tests.

ishanSrt commented 6 years ago

This is an upstream bug, raised an issue about it https://github.com/coala/coala-bears/issues/2540 cc @jayvdb

ishanSrt commented 6 years ago

upstream as in coala-bears

ishanSrt commented 6 years ago

related https://github.com/coala/coala-bears/issues/2549

jayvdb commented 6 years ago

Even if there is a problem with PyUnusedCodeBear, this issue was about enabling the PyflakesBear .

jayvdb commented 6 years ago

Fixing this would have prevented https://github.com/coala/coala-quickstart/issues/297 and lots of other similar issues that have been raised.