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

> The `alex` package could not be verified. Please ensure that the package that has been installed is the one to 'Catch insensitive, inconsiderate writing'. This can be verified by...

jsonschema has [dropped support for Python3.4](https://github.com/Julian/jsonschema/commit/2387d08e05bdd9d3a65a01eb9d0c97be8c43a6bd) as reported on [gitter](https://gitter.im/coala/coala?at=5c7d1667e1446a6ebe7e3baa) by @bkhanale. The failure is [here](https://travis-ci.org/coala/coala-bears/jobs/502070559#L3448).

type/bug

https://github.com/DTW-DanWard/PowerShell-Beautifier seems to be the best option

``` CSVLintBear: Discarded stderr: C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/ffi-1.11.1-x64-mingw32/lib/ffi/library.rb:145:in `block in ffi_lib': Could not open library 'libcurl': The specified module could not be found. (LoadError) . Could not open library 'libcurl.dll': The specified module...

https://github.com/Microsoft/pyright a static type checker for python, written in typescript

difficulty/low
importance/low
area/lintbears

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...

difficulty/medium
cool and awesome
importance/high
bear proposal

Due to problems regarding https://gitlab.com/coala/package_manager/issues/260 , the easiest approach for coala-bears is to create a package for 32bit luacheck, which can then be run in the 64 bit jobs. This...

The test gives no clue why. The tests and commit message in b3be8f36a and discussion in https://github.com/coala/coala-bears/issues/629 and https://github.com/coala/coala-bears/pull/747 also give no clues.

``` ______________________ ElmLintBearTest.test_bad_function ______________________ self = def test_bad_function(self): prepared = prepare_file(bad_file_function.splitlines(), filename=None, create_tempfile=True) with prepared as (file, fname): self.check_results( self.uut, bad_file_function.splitlines(), [Result.from_values('ElmLintBear', message=result_message_bad_function, file=fname, line=6, severity=RESULT_SEVERITY.NORMAL)], filename=fname, > create_tempfile=False) tests\elm\ElmLintBearTest.py:135:...

We currently work around this with a `touch elm-package.json` ``` You should either run elm-format from the directory containing your elm.json (for Elm 0.19) or elm-package.json (for Elm 0.18), or...