- Convert `no-url-literals` from experimental feature to `Diagnose` setting Replace `Xp::NoUrlLiterals` with a new `lint-url-literals` setting that accepts `ignore`, `warn`, or `fatal`. This provides more flexibility than the binary experimental feature. - Convert `warn-short-path-literals` to use new lint infra We now have `lint-short-path-literals = ignore | warn | fatal` instead. - Convert some of the tests to lang tests Fix #10048 Progress on #10281
2 lines
32 B
Plaintext
2 lines
32 B
Plaintext
--lint-short-path-literals warn
|