Skip to content

Commit

Permalink
Update .ecrc.json to exclude CONTRIBUTORS.md (#4020)
Browse files Browse the repository at this point in the history
  • Loading branch information
georglauterbach committed May 17, 2024
1 parent 5bd8df6 commit 006f442
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/linting/.ecrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"Exclude": [
"^test/bats/",
"^test/test_helper/bats-(assert|support)",
"\\.git/"
"\\.git/",
"CONTRIBUTORS\\.md"
]
}

0 comments on commit 006f442

Please sign in to comment.