Skip to content

Commit

Permalink
Merge pull request #27 from per1234/expand-editorconfig-checker-exclude
Browse files Browse the repository at this point in the history
Exclude additional paths in editorconfig-checker configuration
  • Loading branch information
per1234 authored Jul 18, 2023
2 parents 1e4447d + 78d9519 commit a91c234
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .ecrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"Exclude": [
"^\\.git[/\\\\]",
"^\\.licenses[/\\\\]",
"__pycache__[/\\\\]",
"node_modules[/\\\\]",
"^LICENSE\\.txt$",
"^poetry\\.lock$",
"^RFCs/0002-pluggable-discovery.md",
Expand Down

0 comments on commit a91c234

Please sign in to comment.