Questions tagged [coala]

Coala is a package used for linting and fixing code in all languages. Use this tag for coala package.

coala: Language Independent Code Analysis

coala provides a unified command-line interface for linting and fixing all your code, regardless of the programming languages you use.

coala has a set of official bears (plugins) for several languages, including popular languages such as C/C++, Python, JavaScript, CSS, Java and many more, in addition to some generic language independent algorithms.

6 questions
0
votes
1 answer

Write a `long line test` for visual basic in python (`LineLengthBear` of coala)

Here's my code, invalid_VB_file = """ 'C' * (65535 + 1) """ LineLengthBearLangSpecificAspectTest = verify_local_bear( LineLengthBear, valid_files=(test_file,), invalid_files=(invalid_VB_file,), aspects=AspectList([ …
0
votes
3 answers

error while installing dependencies from requirement.txt in virtualenv

I created a virtualenv named bug and was trying to install modules from a requirements.txt file using - pip3 install -r requirements.txt While installing the modules using above command I am getting the following error. I am using Python3 and trying…
Akash Kumar
  • 81
  • 1
  • 1
  • 10
0
votes
0 answers

Unable to install coala-bears cloned from the repository with pip install

I created two repositories local one coala & coala-bears after cloning from * git@github.com:coala/coala.git * git@github.com:coala/coala-bears.git cd into coala-bears folder on windows 7 64 bit issued "command pip install ." Got a para of errors…
bhagi
  • 56
  • 6
0
votes
1 answer

Checking result by applying bear on file

when i tried to check the bear results for a python file by using coala --bears AnnotationBear -f add.py --save and when it asked for setting language- give "python", then on checking .coafile i didn't find any result that AnnotationBear has to…
0
votes
2 answers

How do I install coala on Debian/Ubuntu

I've heard about this coala linting/static analysis tool, and I wanted to give it a try. So I ran sudo apt-get install coala but that gave me the wrong program, that coala is some kind of compiler, not what I wanted at all. What is the correct way…
Frames Catherine White
  • 27,368
  • 21
  • 87
  • 137
0
votes
3 answers

How do I find all possible configs in coala?

In coala, the code analysis software (https://github.com/coala/coala), what's the easiest way to find a list of all the bears/plugins and the list of the configurations ? Also, how do I get a list of all possible configurations available by all…
AbdealiLoKo
  • 3,261
  • 2
  • 20
  • 36