-
`pragma: no cover` is being over used to avoid writing test cases, and slipping through review.
It should be prevented, requiring more specific pragma's that are less likely to skip through review wi…
-
coala needs a guideline for reviewers, listing common pitfalls, and steps they should follow to ensure merged patches are well designed and well tested.
-
```
Message: "StyleLintBear: Superfluous capturing group 'filename' used. Is this a typo? If not, consider removing the capturing group to improve coala's performance."
```
difficulty newcomer
Opened…
-
We can infer type annotations for python with that toolchain and automatically provide fixes with coala:
https://github.com/google/pytype
https://github.com/google/merge_pyi
Anyone wanna do?
-
For reference
https://gist.github.com/damngamerz/7382ac7b5d5504e6508cf30decfbe9d7#file-test_docstylebear_coala-txt-L204
Probable solution will be
`indent = ' ' * len(# whatever behind starting marker)…
-
-
[html-proofer](https://github.com/gjtorikian/html-proofer) is the most commonly used validator of jekyll sites, and it operates on the rendered version of the site.
By combining various existing co…
-
When adding this file
```python
from coalib.bearlib.languages.Language import Language
@Language
class Unknown:
"""Special language for when language is not known."""
```
We see this …
-
Most of the go linters are installed using [`gometalinter`](https://github.com/alecthomas/gometalinter) which keeps a versioned copy of the dependencies.
However we still have the manual install of…
-
Something like this http://speed.pypy.org/