Skip to content

Commit 2daa5b7

Browse files
Update settings to follow recent master changes
1 parent 449f827 commit 2daa5b7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

util/gh-pages/script.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,13 +257,13 @@ const GROUPS_FILTER_DEFAULT = {
257257
cargo: true,
258258
complexity: true,
259259
correctness: true,
260-
deprecated: false,
261260
nursery: true,
262261
pedantic: true,
263262
perf: true,
264263
restriction: true,
265264
style: true,
266265
suspicious: true,
266+
deprecated: false,
267267
};
268268
const LEVEL_FILTERS_DEFAULT = {
269269
allow: true,
@@ -273,7 +273,6 @@ const LEVEL_FILTERS_DEFAULT = {
273273
};
274274
const APPLICABILITIES_FILTER_DEFAULT = {
275275
Unspecified: true,
276-
Unresolved: true,
277276
MachineApplicable: true,
278277
MaybeIncorrect: true,
279278
HasPlaceholders: true,

0 commit comments

Comments
 (0)