Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

It should be possible to select no errors #132

Closed
Nurdok opened this issue Sep 17, 2015 · 1 comment
Closed

It should be possible to select no errors #132

Nurdok opened this issue Sep 17, 2015 · 1 comment

Comments

@Nurdok
Copy link
Member

Nurdok commented Sep 17, 2015

This might sound a bit silly, but I came across this when trying to integrate pep257 to a build system of a big repo at work. I wanted to have pep257 run for every python file, but to manually and selectively include more and more checks, to specific areas of the code. For that, it's necessary to have a default config file that doesn't check for errors.

This is possible today, by ignoreing all the error codes, but this is problematic as you need to manually write all the error codes. Also, when new error codes are added, one needs to add them to the ignore list.

@Nurdok Nurdok added this to the Next release milestone Sep 17, 2015
@Nurdok
Copy link
Member Author

Nurdok commented Sep 22, 2015

Fixed by #135

@Nurdok Nurdok closed this as completed Sep 22, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant