feature: parse apiv2 patterns jsonData into pylintrc type file - PLUTO-1358 #53
Your pull request is up to standards!
Codacy found no issues in your code
Annotations
Check warning on line 53 in tools/pylint/pylintConfigParser.go
codacy-production / Codacy Static Code Analysis
tools/pylint/pylintConfigParser.go#L53
Method groupParametersByPatterns has a cyclomatic complexity of 9 (limit is 7)
Check notice on line 94 in tools/pylint/pylintConfigParser.go
codacy-production / Codacy Static Code Analysis
tools/pylint/pylintConfigParser.go#L94
exported function GeneratePylintRCDefault should have comment or be unexported
Check notice on line 128 in tools/pylint/pylintConfigParser.go
codacy-production / Codacy Static Code Analysis
tools/pylint/pylintConfigParser.go#L128
var enabledPatternsIds should be enabledPatternsIDs
Check notice on line 146 in tools/pylint/pylintConfigParser.go
codacy-production / Codacy Static Code Analysis
tools/pylint/pylintConfigParser.go#L146
func extractPatternId should be extractPatternID