Restructure 2 #65
Restructure 2 #65
Your pull request is up to standards!
Codacy found no issues in your code
Annotations
Check failure on line 23 in tools/eslint/eslintConfigCreator.go
codacy-production / Codacy Static Code Analysis
tools/eslint/eslintConfigCreator.go#L23
Method CreateEslintConfig has a cyclomatic complexity of 11 (limit is 10)
Check notice on line 23 in tools/eslint/eslintConfigCreator.go
codacy-production / Codacy Static Code Analysis
tools/eslint/eslintConfigCreator.go#L23
exported function CreateEslintConfig should have comment or be unexported
Check warning on line 13 in tools/eslint/eslintRunner.go
codacy-production / Codacy Static Code Analysis
tools/eslint/eslintRunner.go#L13
Method RunEslint has 8 parameters (limit is 5)
Check warning on line 175 in tools/pmd/pmdConfigCreator.go
codacy-production / Codacy Static Code Analysis
tools/pmd/pmdConfigCreator.go#L175
Method CreatePmdConfig has a cyclomatic complexity of 10 (limit is 7)
Check warning on line 45 in tools/test/eslint/eslintRunner_test.go
codacy-production / Codacy Static Code Analysis
tools/test/eslint/eslintRunner_test.go#L45
Method TestRunEslintToFile has 55 lines of code (limit is 50)
Check warning on line 45 in tools/test/eslint/eslintRunner_test.go
codacy-production / Codacy Static Code Analysis
tools/test/eslint/eslintRunner_test.go#L45
Method TestRunEslintToFile has a cyclomatic complexity of 9 (limit is 7)
Check failure on line 2 in tools/test/eslint/test.js
codacy-production / Codacy Static Code Analysis
tools/test/eslint/test.js#L2
'foo' is assigned a value but never used.
Check warning on line 10 in tools/trivy/trivyConfigCreator.go
codacy-production / Codacy Static Code Analysis
tools/trivy/trivyConfigCreator.go#L10
Method CreateTrivyConfig has 57 lines of code (limit is 50)
Check failure on line 10 in tools/trivy/trivyConfigCreator.go
codacy-production / Codacy Static Code Analysis
tools/trivy/trivyConfigCreator.go#L10
Method CreateTrivyConfig has a cyclomatic complexity of 16 (limit is 10)