Skip to content

Commit

Permalink
Docs: Make Specific Rules docstring more user friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
jpy-git committed Jan 6, 2022
1 parent 91f8789 commit f1b7e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sqlfluff/core/rules/__init__.py
@@ -1,4 +1,4 @@
"""Register all the rule classes with their corresponding rulesets (just std currently)."""
"""Configuration and examples for individual rules."""

from sqlfluff.core.rules.base import RuleSet
from sqlfluff.core.rules.config_info import STANDARD_CONFIG_INFO_DICT
Expand Down

0 comments on commit f1b7e9c

Please sign in to comment.