Update `.ecrc.json` to exclude `CONTRIBUTORS.md` (#4020)
This commit is contained in:
parent
5bd8df68eb
commit
006f442cd0
|
@ -3,6 +3,7 @@
|
||||||
"Exclude": [
|
"Exclude": [
|
||||||
"^test/bats/",
|
"^test/bats/",
|
||||||
"^test/test_helper/bats-(assert|support)",
|
"^test/test_helper/bats-(assert|support)",
|
||||||
"\\.git/"
|
"\\.git/",
|
||||||
|
"CONTRIBUTORS\\.md"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue