sphireinc / Mantis

Sphire Mantis is a broadly featured Go helper library with standalone packages
https://sphireinc.github.io/Mantis/
MIT License
4 stars 2 forks source link

Create CODE_OF_CONDUCT.md #4

Closed nsa-yoda closed 2 years ago

nsa-yoda commented 2 years ago

Pull request type

Please check the type of change your PR introduces:

What is the current behavior?

Issue Number: N/A

What is the new behavior?

-

-

Other information

github-actions[bot] commented 2 years ago

⚠ gocyclo failed (.)

13 function(s) exceeding a complexity of 15

Show Detail ``` flag provided but not defined: -total Calculate cyclomatic complexities of Go functions. Usage: gocyclo [flags] ... Flags: -over N show functions with complexity > N only and return exit code 1 if the set is non-empty -top N show the top N most complex functions only -avg, -avg-short show the average complexity over all functions; the short option prints the value without a label -ignore REGEX exclude files matching the given regular expression The output fields for each line are: ```