coala-quickstart
coala-quickstart copied to clipboard
A tool that generates an initial coala config file for you!
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...
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.
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...
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
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
`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...
Once with unusable and the next time after removing the unusable bears