— To migrate an existing account, please see our Migration Guide.
GNU Complexity is a tool designed for analyzing the complexity of “C” program functions. It is very similar to the McCabe scoring, but addresses several issues not considered in that scoring scheme.
Language: C
Checks: 1
Categories: Complexity
Version: 1.2
To enable, add the following to your .codeclimate.yml
configuration file:
plugins:
gnu-complexity:
enabled: true
The adjust the threshold at which issues will be reported, add the following to your .codeclimate.yml
configuration file:
plugins:
gnu-complexity:
enabled: true
config:
threshold: 100
The default threshold is 30.
The complete philosophy behind how GNU Complexity measures complexity is described on its project page
" style="margin-left:31px" class="rm-Markdown markdown-body rm-Markdown markdown-body ng-non-bindable" data-testid="RDMD">Code Climate Quality is being replaced with Qlty Cloud
— New users should sign up directly at qlty.sh.
— To migrate an existing account, please see our Migration Guide.
GNU Complexity is a tool designed for analyzing the complexity of “C” program functions. It is very similar to the McCabe scoring, but addresses several issues not considered in that scoring scheme.
Language: C
Checks: 1
Categories: Complexity
Version: 1.2
To enable, add the following to your .codeclimate.yml
configuration file:
plugins:
gnu-complexity:
enabled: true
The adjust the threshold at which issues will be reported, add the following to your .codeclimate.yml
configuration file:
plugins:
gnu-complexity:
enabled: true
config:
threshold: 100
The default threshold is 30.
The complete philosophy behind how GNU Complexity measures complexity is described on its project page
Updated about 2 months ago