Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pbrisbin/codeclimate-gnu-complexity
Code Climate Engine for GNU Complexity
https://github.com/pbrisbin/codeclimate-gnu-complexity
Last synced: about 2 months ago
JSON representation
Code Climate Engine for GNU Complexity
- Host: GitHub
- URL: https://github.com/pbrisbin/codeclimate-gnu-complexity
- Owner: pbrisbin
- License: mit
- Created: 2016-03-03T17:37:57.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-11-23T17:45:47.000Z (about 6 years ago)
- Last Synced: 2024-10-08T09:43:04.051Z (3 months ago)
- Language: Perl
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[![Circle CI](https://circleci.com/gh/pbrisbin/codeclimate-gnu-complexity.svg?style=svg)](https://circleci.com/gh/pbrisbin/codeclimate-gnu-complexity) [![Code Climate](https://codeclimate.com/github/pbrisbin/codeclimate-gnu-complexity/badges/gpa.svg)](https://codeclimate.com/github/pbrisbin/codeclimate-gnu-complexity)
Code Climate Engine to run [GNU Complexity][]
[GNU Complexity]: https://www.gnu.org/software/complexity/manual/complexity.html
## Installation
```
git clone https://github.com/pbrisbin/codeclimate-gnu-complexity
cd codeclimate-gnu-complexity
make image
```## Usage
**.codeclimate.yml**
```yml
engines:
gnu-complexity:
enabled: true
``````
codeclimate analyze --dev
```--
[CHANGELOG](./CHANGELOG.md) | [LICENSE](./LICENSE)