We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am getting an error with cccc_plugin:
$ ./haros-runner.py analyse -p my_project.yaml -d temp [HAROS] Loading common definitions... [HAROS] Loading plugins...
Loaded mi_calculator Loaded cpplint_plugin Loaded cppcheck_plugin Loaded pylint_plugin Loaded lizard_plugin Loaded ccd_plugin Loaded radon_plugin Loaded cccc_plugin [HAROS] Reading project and indexing source code... [HAROS] Running analysis... ERROR:haros.analysis_manager:Plugin cccc_plugin ran into an error. [HAROS] Saving analysis results...
Any ideas?
Thanks in advance,
Matt
The text was updated successfully, but these errors were encountered:
That is a relatively recent plugin, for which I also forgot to add the dependency on the README of HAROS.
If you need the metrics provided by CCCC, install it. It is available on Ubuntu Trusty, Xenial and Bionic, so a simple apt-get should suffice.
apt-get install cccc
If you do not need the metrics provided by CCCC, or you do not want to install it, just disable the plugin.
./haros-runner.py analyse -b cccc_plugin -p my_project.yaml -d temp
I will fix the README for this as well.
Sorry, something went wrong.
Fixed with git-afsantos/haros@a62d3b4
git-afsantos
No branches or pull requests
I am getting an error with cccc_plugin:
$ ./haros-runner.py analyse -p my_project.yaml -d temp
[HAROS] Loading common definitions...
[HAROS] Loading plugins...
Any ideas?
Thanks in advance,
Matt
The text was updated successfully, but these errors were encountered: