Skip to content

Commit f050a90

Browse files
authored
Merge pull request #20920 from Homebrew/rubocop-md-ignore-copilot-instructions-file
rubocop: Ignore `.github/copilot-instructions.md` under `AllCops`
2 parents 14304c5 + 01229fd commit f050a90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Library/.rubocop.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ AllCops:
3131
- "Homebrew/bin/*"
3232
- "Homebrew/vendor/**/*"
3333
- "Taps/*/*/vendor/**/*"
34+
- "**/.github/copilot-instructions.md" # This should be treated the same as the `docs/` files.
3435
SuggestExtensions:
3536
rubocop-minitest: false
3637

0 commit comments

Comments
 (0)