Skip to content

Commit 74ec331

Browse files
committed
Indent lint infrastructure more
1 parent 2a94f4d commit 74ec331

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

doc/manual/source/release-notes/rl-2.34.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@
3434
Experimental feature `no-url-literals` has been stabilised and is now controlled by the `lint-url-literals` option.
3535
New diagnostics infrastructure has been added for linting discouraged language features.
3636

37-
### [`lint-url-literals`](@docroot@/command-ref/conf-file.md#conf-lint-url-literals)
37+
### New lint infrastructure
38+
39+
#### [`lint-url-literals`](@docroot@/command-ref/conf-file.md#conf-lint-url-literals)
3840

3941
The `no-url-literals` experimental feature has been stabilised and replaced with a new [`lint-url-literals`](@docroot@/command-ref/conf-file.md#conf-lint-url-literals) setting.
4042

@@ -47,7 +49,7 @@
4749
lint-url-literals = fatal
4850
```
4951

50-
### [`lint-short-path-literals`](@docroot@/command-ref/conf-file.md#conf-lint-short-path-literals)
52+
#### [`lint-short-path-literals`](@docroot@/command-ref/conf-file.md#conf-lint-short-path-literals)
5153

5254
The [`warn-short-path-literals`](@docroot@/command-ref/conf-file.md#conf-warn-short-path-literals) boolean setting has been deprecated and replaced with [`lint-short-path-literals`](@docroot@/command-ref/conf-file.md#conf-lint-short-path-literals).
5355

@@ -60,11 +62,11 @@
6062
lint-short-path-literals = warn
6163
```
6264

63-
### [`lint-absolute-path-literals`](@docroot@/command-ref/conf-file.md#conf-lint-absolute-path-literals)
65+
#### [`lint-absolute-path-literals`](@docroot@/command-ref/conf-file.md#conf-lint-absolute-path-literals)
6466

6567
A new [`lint-absolute-path-literals`](@docroot@/command-ref/conf-file.md#conf-lint-absolute-path-literals) setting has been added to control handling of absolute path literals (paths starting with `/`) and home path literals (paths starting with `~/`).
6668

67-
### Setting values
69+
#### Setting values
6870

6971
All three settings accept three values:
7072
- `ignore`: Allow the feature without emitting any diagnostic (default)

0 commit comments

Comments
 (0)