generated from bazel-contrib/rules-template
-
-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Labels
enhancementNew feature or requestNew feature or request
Description
What is the current behavior?
Excluding a directory requires either:
- Using .gitattributes (e.g. somedir/** rules-lint-ignored=true)
- Using a formatter-specific exclusion (e.g. prettier exclusion file).
This is documented here.
Describe the feature
Please consider adding an exclusion mechanism that allows path-based exclusion but is not coupled to git, so that users of other VCS systems can apply the path-based exclusion system available with .gitattributes. For example, it could be a .rules_lint_exclusions file in the root that functions effectively the same as .gitattributes exclusions, just without any reference to git. This would significantly improve the usefulness of the rule set for non-git VCS users.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request