We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf09033 commit d65fd52Copy full SHA for d65fd52
tasks/rulegen/template.txt
@@ -56,7 +56,7 @@ declare_oxc_lint!(
56
{{mod_name}},
57
nursery, // TODO: change category to `correctness`, `suspicious`, `pedantic`, `perf`, `restriction`, or `style`
58
// See <https://oxc.rs/docs/contribute/linter.html#rule-category> for details
59
- pending // TODO: describe fix capabilities. Remove if no fix can be done,
+ pending, // TODO: describe fix capabilities. Remove if no fix can be done,
60
// keep at 'pending' if you think one could be added but don't know how.
61
// Options are 'fix', 'fix_dangerous', 'suggestion', and 'conditional_fix_suggestion'
62
{{#if rule_config}}
0 commit comments