Skip to content

removed pylint test patterns

c4a521f
Select commit
Loading
Failed to load commit list.
Merged

feature: parse apiv2 patterns jsonData into pylintrc type file - PLUTO-1358 #53

removed pylint test patterns
c4a521f
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis succeeded Apr 9, 2025 in 0s

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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production 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

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

tools/pylint/pylintConfigParser.go#L146

func extractPatternId should be extractPatternID