Skip to content

Commit

Permalink
Update docs/bsconfig.md
Browse files Browse the repository at this point in the history
Co-authored-by: Bronley Plumb <bronley@gmail.com>
  • Loading branch information
markwpearce and TwitchBronBron committed Jul 12, 2024
1 parent 0691af3 commit ed3e9ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/bsconfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ A list of filters used to hide diagnostics.
"files": [
"vendor/**/*", // all vendor files will be suppressed
{ "src": "themes/theme1/**/*"}, // all files coming from `themes/theme1/` will be suppressed
{ "dest": "source/common/**/*"}, // all files then will be placed in from `source/common/` will be suppressed
{ "dest": "source/common/**/*"}, // all files from `source/common/` will be suppressed
]
"codes": ["1000", "1011"] //ignore these specific codes
}]
Expand Down

0 comments on commit ed3e9ec

Please sign in to comment.