coala-quickstart
coala-quickstart copied to clipboard
"The default coafile '.coafile' was not found." warnings
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 with your current options by adding the `--save` flag or suppress any use of config files with `-I`.
WARNING:root:The default coafile '.coafile' was not found. You can generate a configuration file with your current options by adding the `--save` flag or suppress any use of config files with `-I`.
WARNING:root:The default coafile '.coafile' was not found. You can generate a configuration file with your current options by adding the `--save` flag or suppress any use of config files with `-I`.
WARNING:root:The default coafile '.coafile' was not found. You can generate a configuration file with your current options by adding the `--save` flag or suppress any use of config files with `-I`.
WARNING:root:The default coafile '.coafile' was not found. You can generate a configuration file with your current options by adding the `--save` flag or suppress any use of config files with `-I`.
WARNING:root:The default coafile '.coafile' was not found. You can generate a configuration file with your current options by adding the `--save` flag or suppress any use of config files with `-I`.
WARNING:root:The default coafile '.coafile' was not found. You can generate a configuration file with your current options by adding the `--save` flag or suppress any use of config files with `-I`.
WARNING:root:The default coafile '.coafile' was not found. You can generate a configuration file with your current options by adding the `--save` flag or suppress any use of config files with `-I`.
@jayvdb please assign me this.
@jayvdb , the multiple warning occurs due to this reason :
get_filtered_bears
is called for each language, which results to one warning per detected language.
In order to fix this issue, ConfigurationGathering.py
in coala/coalib/settings
will have to be changed to
(line 186) for coafile_sections
, silent
must be True.
Is it okay if a PR is made to coala
repo, to solve this issue ?
The changes that I have suggested above would close this issue.
And @kaustubhhiware are doing this because @jayvdb haven't responded on my comment for last 20 days :confused:
@kaustubhhiware, that sounds good.
@jack17529 , you had not completed your newcomer issue when this issue was assigned to @kaustubhhiware . Please find another 'low' issue to work on.
@jayvdb @adtac @satwikkansal @Makman2 I would like to work if issue is not already solved
are you working on this @kaustubhhiware ??
No @RaiVaibhav
@jayvdb @kaustubhhiware can you help me in getting the issue as i tried first to fix it by push the change coafile_sections = load_config_file(config,silent=save)
but it is raising AssertionError
and travis failed
@jayvdb Assign this issue to me.
@jayvdb Please unassign me from this issue. I am no longer working on this.