-
many bear names have capital alphabets in b/w them which is hard to remember. If an invalid bear name is encountered, try to match it with the closest possible bear name from the list of installed bea…
-
command ran: `coala --bears=PEP8Bear --files=peptest.py -A`
file: any file incomplient with PEP8 (not necessary)
coala doesn't give me any options to choose from and keeps on providing the same list…
-
The bottom bar which currently says "Made with love in New Delhi." is no longer accurate.
It should mention it is a built by Google Code-in mentors and students of the `@coala` org, from all around…
-
I suspect this may be because I havent authenticated, iirc the github scope rules. If so, the CLI should prompt the user that they need to auth first before it will work.
```py
/usr/bin/githubcap…
-
`moban` is now fairly established in coala repos.
It is time for some docs.
Especially about how to do sync PR whenever it is needed.
-
rpmlint:
> python3-coala.noarch: W: zero-length /usr/lib/python3.7/site-packages/coalib/system_coafile
The file should at least have a header comment
-
`# pragma: no cover` avoids the requirement to test code. It should be used extremely sparingly, and even when used for expediency, follow up patches should remove them.
```
$ git grep pragma
be…
-
i.e. assign & mark should accept `foo/bar#1`
-
Due to the way pip works, without a proper dependency graph, the version installed is not deterministic unless our versions are identical to the versions of our dependencies.
All requirements files…
-
CSecurity bear has python2 as a dependency, as when I tried removing python-base package from the docker image it failed. https://travis-ci.org/rhemon/docker-coala-base/builds/189439040#L9262