7878 git-hook-sync : true
7979
8080overrides :
81- - files : ["CLAUDE.md"]
81+ - glob : ["CLAUDE.md"]
8282 rules :
8383 line-length :
8484 max : 200
@@ -87,20 +87,20 @@ overrides:
8787 - tables
8888 - urls
8989 blank-line-around-lists : false
90- - files : [".claude/skills/*/SKILL.md",
90+ - glob : [".claude/skills/*/SKILL.md",
9191 " .github/copilot-pr-fixup.md" ,
9292 " .github/AGENTS-PR-FIXUP.md" ]
9393 rules :
9494 max-file-length :
9595 max : 600
96- - files : [".claude/skills/*/SKILL.md"]
96+ - glob : [".claude/skills/*/SKILL.md"]
9797 rules :
9898 # required-structure.schema for SKILL.md files comes
9999 # from the `skill` kind; this override only carries
100100 # the SKILL-specific heading-rule tweaks.
101101 first-line-heading : false
102102 heading-increment : false
103- - files : ["AGENTS.md", ".github/copilot-instructions.md"]
103+ - glob : ["AGENTS.md", ".github/copilot-instructions.md"]
104104 rules :
105105 line-length :
106106 max : 200
@@ -116,15 +116,15 @@ overrides:
116116 level : 1
117117 cross-file-reference-integrity : true
118118 catalog : false
119- - files : ["docs/development/index.md"]
119+ - glob : ["docs/development/index.md"]
120120 rules :
121121 first-line-heading : false
122122 heading-increment : false
123- - files : ["internal/rules/index.md"]
123+ - glob : ["internal/rules/index.md"]
124124 rules :
125125 table-readability :
126126 max-rows : 45
127- - files : ["README.md"]
127+ - glob : ["README.md"]
128128 rules :
129129 line-length :
130130 max : 100
@@ -138,24 +138,24 @@ overrides:
138138 max-rows : 40
139139 paragraph-structure :
140140 max-sentences : 30
141- - files : ["PLAN.md"]
141+ - glob : ["PLAN.md"]
142142 rules :
143143 table-readability :
144144 max-rows : 80
145145 max-column-width-ratio : 65
146- - files : ["internal/rules/MDS002-heading-style/good/setext.md"]
146+ - glob : ["internal/rules/MDS002-heading-style/good/setext.md"]
147147 rules :
148148 heading-style :
149149 style : setext
150- - files : ["internal/rules/MDS010-fenced-code-style/good/tilde.md"]
150+ - glob : ["internal/rules/MDS010-fenced-code-style/good/tilde.md"]
151151 rules :
152152 fenced-code-style :
153153 style : tilde
154- - files : ["internal/rules/MDS016-list-indent/good/spaces-4.md"]
154+ - glob : ["internal/rules/MDS016-list-indent/good/spaces-4.md"]
155155 rules :
156156 list-indent :
157157 spaces : 4
158- - files : ["docs/background/*.md"]
158+ - glob : ["docs/background/** /*.md"]
159159 rules :
160160 line-length :
161161 stern : true
@@ -167,13 +167,13 @@ overrides:
167167 tokens-per-word : 1.33
168168 tokenizer : builtin
169169 encoding : cl100k_base
170- - files : ["docs/development/pr-fixup-workflow.md"]
170+ - glob : ["docs/development/pr-fixup-workflow.md"]
171171 rules :
172172 first-line-heading : false
173173 heading-increment : false
174174 max-file-length :
175175 max : 330
176- - files : ["docs/guides/*.md"]
176+ - glob : ["docs/guides/** /*.md"]
177177 rules :
178178 line-length :
179179 max : 600
@@ -195,7 +195,7 @@ overrides:
195195 paragraph-structure :
196196 max-sentences : 12
197197 max-words-per-sentence : 120
198- - files : ["docs/security/*.md", "!docs/security/proto.md"]
198+ - glob : ["docs/security/*.md", "!docs/security/proto.md"]
199199 rules :
200200 line-length :
201201 max : 600
@@ -214,7 +214,7 @@ overrides:
214214 tokens-per-word : 1.33
215215 tokenizer : builtin
216216 encoding : cl100k_base
217- - files : ["docs/research/**"]
217+ - glob : ["docs/research/**"]
218218 rules :
219219 first-line-heading : false
220220 heading-increment : false
@@ -285,13 +285,13 @@ kinds:
285285# would strip the schema from proto.md, so it is not used
286286# here.
287287kind-assignment :
288- - files : ["**/proto.md"]
288+ - glob : ["**/proto.md"]
289289 kinds : [proto]
290- - files : ["plan/*.md"]
290+ - glob : ["plan/*.md"]
291291 kinds : [plan]
292- - files : ["internal/rules/proto.md", "internal/rules/MDS*/README.md"]
292+ - glob : ["internal/rules/proto.md", "internal/rules/MDS*/README.md"]
293293 kinds : [rule-readme]
294- - files : [".claude/skills/proto.md", ".claude/skills/*/SKILL.md"]
294+ - glob : [".claude/skills/proto.md", ".claude/skills/*/SKILL.md"]
295295 kinds : [skill]
296- - files : ["docs/security/*.md"]
296+ - glob : ["docs/security/*.md"]
297297 kinds : [security-note]
0 commit comments