1
0
mirror of https://github.com/tomav/docker-mailserver.git synced 2024-07-02 22:21:10 +02:00
docker-mailserver/test/linting/.ecrc.json
Brennan Kinney 811a769845
ci: Update eclint to 2.7.2 (#3584)
This release contains a bugfix for charset detection, resolving a linting bug affecting the test-files directory.
2023-10-18 10:47:43 +13:00

9 lines
130 B
JSON

{
"IgnoreDefaults": false,
"Exclude": [
"^test/bats/",
"^test/test_helper/bats-(assert|support)",
"\\.git/"
]
}