msherry / flycheck-pycheckers

Multiple syntax checker for Python in Emacs, using Flycheck
GNU General Public License v3.0
63 stars 23 forks source link

Enabled codes should be handled similarly to ignored ones #14

Open msherry opened 6 years ago

msherry commented 6 years ago

We should handle enabled codes similarly to https://github.com/msherry/flycheck-pycheckers/pull/13.

Some checkers have additive behavior when enabling new error codes via the command line, and some fully replace the list of codes being checked against. We should define a consistent semantic for this, and fully implement it.