Skip to content

Commit 5432570

Browse files
komputerwizadidahiya
authored andcommitted
Fix typo in rule docs generation (palantir#4638)
Incorrect rule type selector in rules documentation page was omitting the following rules: * `align` * `arrow-parens` * `eofline` * `import-spacing` * `indent` * `jsdoc-format` * `linebreak-style` * `max-line-length` * `newline-before-return` * `new-parens` * `no-consecutive-blank-lines` * `no-irregular-whitespace` * `no-trailing-whitespace` * `number-literal-format` * `quotemark` * `semicolon` * `trailing-comma` * `typedef-whitespace` * `whitespace`
1 parent 73250af commit 5432570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ _These rules enforce consistent style across your codebase_:
3636

3737
_These rules enforce consistent use of whitespace and punctuation_:
3838

39-
{% include rule_list.html ruleType="format" %}
39+
{% include rule_list.html ruleType="formatting" %}

0 commit comments

Comments
 (0)