-
Add a file named `ISSUE_TEMPLATE.md` which includes general information and guidelines for issue reporter, you can see ISSUE_TEMPLATE.md of `coala` repository for reference.
label: initiatives/gci
Ope…
-
difficulty/low
-
Im not entirely sure but i think we should have a prolog bear, and i found this: https://github.com/wysiib/linter-prolog
looks quite easy, but it requires apm (atom package manager), it looks quite n…
-
Composer has a lot of linting utilities
https://packagist.org/search/?q=lint&orderBys%5B0%5D%5Bsort%5D=downloads&orderBys%5B0%5D%5Border%5D=desc
Could we add support for them?
-
Currently the core properly cleans up the failing bear and discards all dependent tasks and bears, and then swallows the exception.
However, coala (and other users) needs to know that something didn'…
-
It's really easy to forget to set +x on scripts. How about a bear like this:
```ini
[all.mode]
bears = FileModeBear
require = rw
[all.shell.mode]
bears = FileModeBear
require = rwx
```
-
We can ask the users to
- Select sections from the existing `.coafile`
- Ignore and overwrite the existing `.coafile`
- Skip running quickstart and use the `.coafile` as is
status/needs design
-
The following array of integers is not sorted into ascending order correctly:
[400,300,520,100,110,500,60,100,250,460,470,90,340,216,411,378,158,38,272,272,378,216,470,520,60]
I believe the …
-
While [piton](https://github.com/coala/coala/issues/3447) isnt quite ready, [pipenv](https://github.com/kennethreitz/pipenv/) has been iterating very quickly towards a workable solution.
I've sugge…
-
Urls often appear frequently, esp. License urls in every source file for some licenses.
The status code for each Link should be cached
1. per file
2. across all files checked in one run
3. acr…