Commit 01229fd
committed
rubocop: Ignore
- We use the `rubocop-md` extension to lint the Ruby within our Markdown
files. It parses Ruby code snippets out of Markdown files and runs
RuboCop on them.
- The `docs/` directory has its own RuboCop configuration to handle
which rules we enforce.
- Copilot's instructions are made up of all our docs. Instead of adding
a separate RuboCop config in places where we want Copilot instructions
files to exist but not spew linting errors (say,
`Taps/homebrew/homebrew-core/.github/.rubocop.yml`), let's ignore this
Markdown file entirely..github/copilot-instructions.md under AllCops
1 parent 1359c65 commit 01229fd
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
0 commit comments