Skip to content

Commit 2e70e63

Browse files
committed
chore(docs): simplify configuration sections
1 parent 20962ed commit 2e70e63

File tree

3 files changed

+0
-67
lines changed

3 files changed

+0
-67
lines changed

README.md

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
- [Defining Severity Levels](#defining-severity-levels)
1717
- [Configuring Expressions](#configuring-expressions)
1818
- [Specifying Exceptions](#specifying-exceptions)
19-
- [Report Detail Level](#report-detail-level)
2019
- [Include Beta Rules](#include-beta-rules)
2120
- **[Installation](#installation)**
2221
- [Salesforce CLI Plugin](#salesforce-cli-plugin)
@@ -248,34 +247,12 @@ _Example_
248247
}
249248
```
250249

251-
### Report Detail Level
252-
253-
Control the verbosity of violation reports via detailLevel. By default (`enriched`), outputs include element or flow-level details like variable data types, node connectors/locations, or attribute expressions for comprehensive reports. Set to `simple` for lighter output with only line and column numbers.
254-
255-
```json
256-
{
257-
"rules": {
258-
...
259-
},
260-
"exceptions": {
261-
...
262-
},
263-
"detailLevel": "simple"
264-
}
265-
```
266-
267250
### Include Beta Rules
268251

269252
New rules are introduced in Beta mode before being added to the default ruleset. To include current Beta rules, enable the optional betamode parameter in your configuration:
270253

271254
```json
272255
{
273-
"rules": {
274-
...
275-
},
276-
"exceptions": {
277-
...
278-
},
279256
"betaMode": true
280257
}
281258

packages/action/README.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -314,34 +314,12 @@ _Example_
314314
}
315315
```
316316

317-
### Report Detail Level
318-
319-
Control the verbosity of violation reports via detailLevel. By default (`enriched`), outputs include element or flow-level details like variable data types, node connectors/locations, or attribute expressions for comprehensive reports. Set to `simple` for lighter output with only line and column numbers.
320-
321-
```json
322-
{
323-
"rules": {
324-
...
325-
},
326-
"exceptions": {
327-
...
328-
},
329-
"detailLevel": "simple"
330-
}
331-
```
332-
333317
### Include Beta Rules
334318

335319
New rules are introduced in Beta mode before being added to the default ruleset. To include current Beta rules, enable the optional betamode parameter in your configuration:
336320

337321
```json
338322
{
339-
"rules": {
340-
...
341-
},
342-
"exceptions": {
343-
...
344-
},
345323
"betaMode": true
346324
}
347325

packages/cli/README.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -261,34 +261,12 @@ _Example_
261261
}
262262
```
263263

264-
### Report Detail Level
265-
266-
Control the verbosity of violation reports via detailLevel. By default (`enriched`), outputs include element or flow-level details like variable data types, node connectors/locations, or attribute expressions for comprehensive reports. Set to `simple` for lighter output with only line and column numbers.
267-
268-
```json
269-
{
270-
"rules": {
271-
...
272-
},
273-
"exceptions": {
274-
...
275-
},
276-
"detailLevel": "simple"
277-
}
278-
```
279-
280264
### Include Beta Rules
281265

282266
New rules are introduced in Beta mode before being added to the default ruleset. To include current Beta rules, enable the optional betamode parameter in your configuration:
283267

284268
```json
285269
{
286-
"rules": {
287-
...
288-
},
289-
"exceptions": {
290-
...
291-
},
292270
"betaMode": true
293271
}
294272

0 commit comments

Comments
 (0)