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