savoirfairelinux / flake8-copyright

Adds copyright checks to flake8
GNU Lesser General Public License v3.0
15 stars 15 forks source link

Add documentation about selecting copyright errors #11

Closed leon-barrett closed 5 years ago

leon-barrett commented 6 years ago

With flake8==3.5.0, I was confused by copyright errors not being reported. $ flake8 -v ... flake8.main.application MainProcess 409 INFO Found a total of 10 violations and reported 0

Eventually I tracked it down to the default selection, and I thought it should be documented.

maximest-pierre commented 5 years ago

I was investigating the same thing on some internal project and got to the same conclusion. I will review this PR tomorrow during the day.

maximest-pierre commented 5 years ago

This commit seem to have broken the plugin

maximest-pierre commented 5 years ago

Thank You for the PR :+1: