This website requires JavaScript.
Explore
Help
Sign In
idris-lang
/
Idris2
Watch
1
Star
1
Fork
0
You've already forked Idris2
mirror of
https://github.com/idris-lang/Idris2.git
synced
2024-12-24 12:14:26 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
2d2cd4d52c
Idris2
/
.github
/
linters
/
.ecrc
8 lines
99 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add super-linter Example run with error: [here](https://github.com/stepancheg/Idris2/runs/1718861440?check_suite_focus=true) The downside is super-linter runs for 3 minutes. But that's probably expected since the linter is [provided by GitHub](https://github.com/github/super-linter). Two days ago when I submitted #931 I did not know super-linter exists.
2021-01-18 05:28:51 +03:00
{
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-01-29 20:53:14 +03:00
"Exclude" : ["expected"],
Add super-linter Example run with error: [here](https://github.com/stepancheg/Idris2/runs/1718861440?check_suite_focus=true) The downside is super-linter runs for 3 minutes. But that's probably expected since the linter is [provided by GitHub](https://github.com/github/super-linter). Two days ago when I submitted #931 I did not know super-linter exists.
2021-01-18 05:28:51 +03:00
"Disable": {
"IndentSize": true,
Disable indents check (properly this time) * `.ecrc` was in incorrect directory * add another option for extra precaution
2021-01-21 17:13:35 +03:00
"Indentation": true
Add super-linter Example run with error: [here](https://github.com/stepancheg/Idris2/runs/1718861440?check_suite_focus=true) The downside is super-linter runs for 3 minutes. But that's probably expected since the linter is [provided by GitHub](https://github.com/github/super-linter). Two days ago when I submitted #931 I did not know super-linter exists.
2021-01-18 05:28:51 +03:00
}
}
Reference in New Issue
Copy Permalink