We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Browsing the documentation after #2700 was implemented I noticed that the entry for the "Condition wrapping" rule, https://pinterest.github.io/ktlint/latest/rules/standard/#condition-wrapping, does not have the "Suppress or disable rule (+)" paragraph and controls after the "Rule id:" paragraph.
Looking through that page there's the same problem for:
standard:ktlint-suppression
standard:string-template-indent
standard:type-parameter-comment
standard:value-argument-comment
standard:chain-wrapping
standard:condition-wrapping
standard:enum-wrapping
standard:parameter-list-wrapping
standard:property-wrapping
The text was updated successfully, but these errors were encountered:
Tnx for reporting the rules where this is missing.
standard:ktlint-suppression this is the exception to the rule. This rule can not be suppressed or disabled which was already documented.
Sorry, something went wrong.
Add missing reference in documentation for each rule to suppress or a…
c20b9f4
…djust `.editorconfig` Closes #2732
.editorconfig
6555f5d
Successfully merging a pull request may close this issue.
Browsing the documentation after #2700 was implemented I noticed that the entry for the "Condition wrapping" rule, https://pinterest.github.io/ktlint/latest/rules/standard/#condition-wrapping, does not have the "Suppress or disable rule (+)" paragraph and controls after the "Rule id:" paragraph.
Looking through that page there's the same problem for:
standard:ktlint-suppression
standard:string-template-indent
standard:type-parameter-comment
standard:value-argument-comment
standard:chain-wrapping
standard:condition-wrapping
standard:enum-wrapping
standard:parameter-list-wrapping
standard:property-wrapping
The text was updated successfully, but these errors were encountered: