Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/knsh14/go-cyclomatic-complexity
https://github.com/knsh14/go-cyclomatic-complexity
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/knsh14/go-cyclomatic-complexity
- Owner: knsh14
- Created: 2015-01-31T18:11:44.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-31T18:12:13.000Z (almost 10 years ago)
- Last Synced: 2024-10-28T13:19:54.668Z (23 days ago)
- Language: Go
- Size: 93.8 KB
- Stars: 15
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
複雑度チェッカ
# 概要
* Goコードの循環複雑度を測定し、複雑なもの関数を教えてくれます# 引数
* --limit
* 許容する最大複雑度
* デフォルトは12
* --path
* 評価するプロジェクトのパス
* デフォルトはカレントディレクトリ