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-03 00:36:37 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
8ebec8ebae
Idris2
/
.github
/
linters
/
.ecrc
8 lines
107 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
{
Add a total way of reading files in. (#1070)
2021-02-18 14:13:25 +03:00
"Exclude" : ["expected", "*.js"],
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