gocc

package module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 26, 2019 License: MIT Imports: 4 Imported by: 0

README

gocc

gocc is analysis tool to check cyclomatic complexity of go codes. this package provides Analyzer for analysis. you can use this analyzer in your analysis tool.

Install

$ go get -u github.com/knsh14/gocc/cmd/gocc

Usage

$ gocc [-flag] [package]

example

$ gocc -over 10 ./src

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Analyzer = &analysis.Analyzer{
	Name:     "gocc",
	Doc:      "checks cyclomatic complexity",
	Run:      run,
	Requires: []*analysis.Analyzer{complexity.Analyzer},
}

Analyzer does check about cyclomatic complexity

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL