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

A tool that generates an initial coala config file for you!

Results 87 coala-quickstart issues
Sort by recently updated
recently updated
newest added

Many parts of Bears.py are not covered with tests. Add coverage for all of the easy ones, and add rules to exclude the more difficult to reach corners of the...

difficulty/low
type/tests

FileGlobs.py is at 100% coverage only because branch coverage has not been enabled. When branch coverage is enabled, only 75% of the function `get_project_files` is covered.

difficulty/low
type/tests

If an invalid number is entered in which case there is a recursive call, now again when a valid number is entered, the results are actually not returned inside the...

type/bug

Remove duplicate printing of `relevant_bears`` and instead change `print_relevant_bears` to inform the user both of the usable and unusable bears. Closes https://github.com/coala/coala-quickstart/issues/220

process/wip
difficulty/low
size/S

This method `coalib.settings.ConfigurationGathering.get_filtered_bears` is replaced with `coalib.settings.ConfigurationGathering.get_all_bears` in https://github.com/coala/coala/pull/4240 and will be deprecated as per discussion in https://github.com/coala/coala/issues/4519 The usage needs to be changed to the more generic `FilterHelper.get_filtered_bears` importance/high

difficulty/medium
importance/high

`coala-quickstart --ci` is emitting lots of "The default coafile '.coafile' was not found." warnings see https://travis-ci.org/jayvdb/Aurora/builds/185683597 ``` WARNING:root:The default coafile '.coafile' was not found. You can generate a configuration file...

difficulty/low

Once with unusable and the next time after removing the unusable bears

difficulty/low