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 449f827 commit 2daa5b7Copy full SHA for 2daa5b7
util/gh-pages/script.js
@@ -257,13 +257,13 @@ const GROUPS_FILTER_DEFAULT = {
257
cargo: true,
258
complexity: true,
259
correctness: true,
260
- deprecated: false,
261
nursery: true,
262
pedantic: true,
263
perf: true,
264
restriction: true,
265
style: true,
266
suspicious: true,
+ deprecated: false,
267
};
268
const LEVEL_FILTERS_DEFAULT = {
269
allow: true,
@@ -273,7 +273,6 @@ const LEVEL_FILTERS_DEFAULT = {
273
274
const APPLICABILITIES_FILTER_DEFAULT = {
275
Unspecified: true,
276
- Unresolved: true,
277
MachineApplicable: true,
278
MaybeIncorrect: true,
279
HasPlaceholders: true,
0 commit comments