Skip to content

Commit 5826d85

Browse files
Add "standard:" prefix in rule ids in documentation (pinterest#2702)
Closes pinterest#2700
1 parent 8547774 commit 5826d85

File tree

4 files changed

+194
-194
lines changed

4 files changed

+194
-194
lines changed

documentation/release-latest/docs/rules/experimental.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Consistently add or remove blank lines between when-conditions in a when-stateme
107107
|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:---------------:|:-------------:|:--------------:|
108108
| `ij_kotlin_line_break_after_multiline_when_entry`<br/><i>Despite its name, forces a blank line between single line and multiline when-entries when at least one multiline when-entry is found in the when-statement.</i> | `true` | `true` | `true` |
109109

110-
Rule id: `blank-lines-between-when-conditions` (`standard` rule set)
110+
Rule id: `standard:blank-lines-between-when-conditions`
111111

112112
## KDoc
113113

@@ -164,7 +164,7 @@ Access modifiers are ignored. Strictly speaking, one could argue that private de
164164
)
165165
```
166166

167-
Rule id: `kdoc` (`standard` rule set)
167+
Rule id: `standard:kdoc`
168168

169169
## Mixed condition operators
170170

@@ -185,7 +185,7 @@ Conditions should not use a both `&&` and `||` operators between operators at th
185185
val foo = bar1 && (bar2 || bar3 && bar4) && bar5
186186
```
187187

188-
Rule id: `mixed-condition-operators` (`standard` rule set)
188+
Rule id: `standard:mixed-condition-operators`
189189

190190
## Square brackets spacing
191191

@@ -219,4 +219,4 @@ Check for spacing around square brackets.
219219
val foo3 = bar[1 ]
220220
```
221221

222-
Rule id: `square-brackets-spacing` (`standard` rule set)
222+
Rule id: `standard:square-brackets-spacing`

0 commit comments

Comments
 (0)