-
Notifications
You must be signed in to change notification settings - Fork 61
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
Feature request: exclude by pattern #25
Comments
This is a good feature request. Currently, excludes are hardcoded:
I'll see about adding an 'exclude' directive to the configuration file. |
Having excludes by pattern that supports ignoring directory names would also be great. |
How about an include pattern ? |
Bump. Any word on this? |
+1 for this |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am using C#, but there are many C# files that shouldn't have a license file, as it would mess with the IDE. I would like to exclude *.designer.cs and *AssemblyInfo.cs while including all other *.cs files. Is there a way to do this in the syntax file?
The text was updated successfully, but these errors were encountered: