Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to apply checks only for specific modules #457

Closed
wilzbach opened this issue Jun 14, 2017 · 0 comments
Closed

Allow to apply checks only for specific modules #457

wilzbach opened this issue Jun 14, 2017 · 0 comments

Comments

@wilzbach
Copy link
Member

It would help greatly in incrementally introducing checks at a bigger project when we can define custom filters for each check, e.g.

allman_check = "std/algorithm,std/biginit"

We could also support negative matching:

allman_check = "std/algorithm,-std/biginit"
wilzbach added a commit to wilzbach/Dscanner that referenced this issue Jun 15, 2017
wilzbach added a commit to wilzbach/Dscanner that referenced this issue Jun 15, 2017
wilzbach added a commit to wilzbach/Dscanner that referenced this issue Jun 15, 2017
wilzbach added a commit to wilzbach/Dscanner that referenced this issue Jun 20, 2017
wilzbach added a commit to wilzbach/Dscanner that referenced this issue Jun 28, 2017
@ghost ghost closed this as completed in 45ef861 Jun 30, 2017
wilzbach added a commit to wilzbach/Dscanner that referenced this issue Jul 8, 2017
…ules (dlang-community#460)

* Fix dlang-community#457 - Allow to apply checks only for specific modules

* update inifiled to 1.0.2

* Compile dependencies separately, s.t. their unittests don't get executed
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant