coala-bears icon indicating copy to clipboard operation
coala-bears copied to clipboard

Bears for coala

Results 103 coala-bears issues
Sort by recently updated
recently updated
newest added

LineContinuationBear should ignore lines like [this](https://github.com/coala/coala/blob/master/coalib/bearlib/languages/documentation/DocumentationExtraction.py#L214) automatically: ```python malformed_comment = MalformedComment(dedent("""\ ```

difficulty/low

Sample code: ```python x = 10 y = 5; print( 'test' ) ``` Expected PycodestyleBear output: ``` bad.py [ 2] y·=·5; **** PycodestyleBear (E703) [Section: cli | Severity: NORMAL] ****...

difficulty/low
type/bug

In projects repo ``` data/locale/en/projects/README.md **** LineCountBear [Section: linecount | Severity: NORMAL] **** ! ! This file has 0 lines, while 1 lines are required. [WARNING][03:28:48] LineCountBear: This result has...

difficulty/low
type/bug
importance/low
upstream
area/genericbears

Bears: Remove leading blank line option Implemented a feature for spaceconsistencyBear that control the removal of blank lines. Closes #2207 **For short term contributors:** we understand that getting your commits...

size/XS
difficulty/low
process/wip
area/lintbears
bear proposal
area/newsettings
area/genericbears

https://github.com/coala/coala-bears/blob/master/bears/general/FilenameBear.py#L74-L75 should be moved to https://github.com/coala/coala-bears/blob/master/bears/general/FilenameBear.py#L49. The condition comes way too late and can be executed earlier^^ This is the relevant code (in case the links do not point to...

difficulty/newcomer
area/genericbears
type/performance

Moves conditional statement to requisite position. Fixes https://github.com/coala/coala-bears/issues/1846 **For short term contributors:** we understand that getting your commits well defined like we require is a hard task and takes some...

size/XS
process/wip
status/STALE

Issue: https://github.com/coala/coala-bears/issues/1922 **For short term contributors:** we understand that getting your commits well defined like we require is a hard task and takes some learning. If you look to help...

size/XXL
difficulty/medium
process/wip
area/lintbears

This removes the file argument when the result is yielded from `DuplicateFileBear`. Fixes https://github.com/coala/coala-bears/issues/2945 This also adds a new action for `DuplicateFileBear`, `DeleteFileAction`.

Currently `requirements.txt` specifies `coala` as a requirement using git-URL syntax. However, not the most recent master is taken from that URL for installation, but the most recent release on PyPI....

ImageCompressionBear is a bear which uses optimage, jpegoptim, jpegtran, pngcrush, optipng to see if the image can be compressed and how much bytes will be reduced if it's compressed. Closes...

size/S
process/wip
review carefully!
status/STALE