Skip to content
New issue

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

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

Already on GitHub? # to your account

Add ability to ignore errors on a per file/folder basis #183

Merged
merged 1 commit into from
Jan 10, 2023

Conversation

dosisod
Copy link
Owner

@dosisod dosisod commented Jan 10, 2023

Closes #29.

Now you can ignore errors by id and category for a specific file or folder. This is only allowed in the config file, and uses TOML tables/arrays to specify which ignores should apply to which paths. All paths are relative to the config file.

Read the "Ignore Checks Per File/Folder" section of the README for more info on how to use this new feature.

Closes #29.

Now you can ignore errors by id and category for a specific file or folder.
This is only allowed in the config file, and uses TOML tables/arrays to specify
which ignores should apply to which paths. All paths are relative to the config
file.

Read the "Ignore Checks Per File/Folder" section of the README for more info
on how to use this new feature.
@dosisod dosisod merged commit b39a33f into master Jan 10, 2023
@dosisod dosisod deleted the granular-config-files branch January 10, 2023 05:48
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve flexibility of how config is provided
1 participant