You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// (optional) A rule set can disable a rule enabled in a ruleset it extended.
118
118
disable: {
119
-
"`@typespec/best-practices:no-a": "This doesn't apply in this ruleset.",
119
+
"`@typespec/best-practices/no-a": "This doesn't apply in this ruleset.",
120
120
},
121
121
},
122
122
},
123
123
},
124
124
});
125
125
```
126
126
127
-
When referencing a rule or ruleset(in `enable`, `extends`, `disable`) the rule or rule set id must be used which in this format: `<libraryName>:<ruleName>`
127
+
When referencing a rule or ruleset(in `enable`, `extends`, `disable`) the rule or rule set id must be used which in this format: `<libraryName>/<ruleName>`
0 commit comments