mirror of
https://github.com/securego/gosec.git
synced 2024-12-26 04:25:52 +00:00
Remove debugging println
This commit is contained in:
parent
4cd269f3a6
commit
b8ce40e193
1 changed files with 0 additions and 2 deletions
|
@ -67,8 +67,6 @@ func AddRules(analyzer *gas.Analyzer, conf map[string]interface{}) {
|
||||||
inc := conf["include"].([]string)
|
inc := conf["include"].([]string)
|
||||||
exc := conf["exclude"].([]string)
|
exc := conf["exclude"].([]string)
|
||||||
|
|
||||||
fmt.Println(len(inc))
|
|
||||||
|
|
||||||
// add included rules
|
// add included rules
|
||||||
if len(inc) == 0 {
|
if len(inc) == 0 {
|
||||||
all = GetFullRuleList()
|
all = GetFullRuleList()
|
||||||
|
|
Loading…
Reference in a new issue