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 844b02c commit 6c891fcCopy full SHA for 6c891fc
tools/utils/categories.ts
@@ -26,7 +26,7 @@ for (const categoryId of categoryIds) {
26
for (const rule of rules) {
27
const ruleCategories = rule.meta.docs?.categories
28
29
- if (ruleCategories?.includes(categoryId)) {
+ if (ruleCategories?.includes(categoryId) && rule.meta.docs?.excludeFromConfig !== true) {
30
categoriesConfig[categoryId].rules?.push(rule)
31
}
32
0 commit comments