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

Closes https://github.com/coala/coala-bears/issues/1532 **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...

process/wip

This adds support for `FilenameBear` to provide multiple patches whenever it cannot guess a suitable naming convention. asciinema of [this](https://asciinema.org/a/M6q4Tz1UrDYNxekT2s5OcyUE8)

https://bitbucket.org/blog/sunsetting-mercurial-support-in-bitbucket If another mercurial host can be used for tests, that is an option, otherwise we can disable the tests and lower the required coverage to 0% (`.ci/generate_coverage_thresholds.py`), or.... Kill...

upstream
area/genericbears
area/tests
area/bears

Closes https://github.com/coala/coala-bears/issues/2370 **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...

process/wip

Sometimes links are permanently broken, but they need to be preserved. In markdown this could be achieved by requiring that they are rendered as code, i.e. surrounded in backticks

type/feature
area/genericbears

Closes https://github.com/coala/coala-bears/issues/1113 **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...

process/pending review

Closes https://github.com/coala/coala-bears/issues/2445 **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...

process/pending review

Applying `IgnoreResultAction` on results originating from `DuplicateFileBear` gives the following error ``` **** DuplicateFileBear [Section: duplicate | Severity: INFO] **** ! ! File /home/akshat/coala-repos/coala-tutorial/src/add.py is identical to File /home/akshat/coala-repos/coala-tutorial/src/dup_add.py [...

```console tests\xml2\XMLBearTest.py .........F _____________________ XMLBearDTDUrlTest.test_valid_files ______________________ self = def test_valid_files(self): self.assertIsInstance(valid_files, (list, tuple)) for file in valid_files: self.check_validity(self.uut, file.splitlines(keepends=True), filename, valid=True, force_linebreaks=force_linebreaks, create_tempfile=create_tempfile, > tempfile_kwargs=tempfile_kwargs) c:\python36\lib\site-packages\coalib\testing\LocalBearTestHelper.py:401: _ _ _ _...

This adds the indentation feature to the Jinja2 language. This indentation is applied only to the tags of Jinja2. Closes https://github.com/coala/coala-bears/issues/2763 **For short term contributors:** we understand that getting your...

size/M
difficulty/low
process/wip
importance/low
type/feature