-
Notifications
You must be signed in to change notification settings - Fork 9
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
Improve documentation on how to apply rule filters #93
Improve documentation on how to apply rule filters #93
Conversation
docs/configuration.md
Outdated
@@ -90,6 +90,18 @@ Every rule can be configured with the following option: | |||
be found in the same namespace as the rules (see | |||
[Package rules](package_rules.md)). | |||
|
|||
Example: the generic rule `has_example_sql` shall apply only to frontend models. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, good example! One thing I would like is that the example is part of the bullet point, because it's an addition to the rule_filter_names
bulletpoint
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! Just some last formatting
Fixes #92