Idris2/.github/linters/.ecrc
GustavoMF31 2d2cd4d52c Exclude "expected" files from linting
Those files are part of tests and hold what should be the output of the
compiler. If they are included in the linting, warnings will be emitted
when one of the tests in which the compiler outputs a line with trailing
whitespace is edited, which is not desirable.
2021-02-01 11:11:41 +00:00

8 lines
99 B
Plaintext

{
"Exclude" : ["expected"],
"Disable": {
"IndentSize": true,
"Indentation": true
}
}