Open
Description
Bug Template
Actual Behavior
We are left with only one error with eslint-7 after the support recommendation through mail.
So we are using eslint-plugin-unused-imports
plugin for checking unused imports which i believe is not yet supported on code climate.
They are only checking with specific es lint versions and only with few subset of available eslint plugins
We checked the github repo from code climate but not able to find the plugin in their package json - https://github.com/codeclimate/codeclimate-eslint/blob/channel/eslint-7/package.json
Expected Behavior
Successful github checks
Steps to reproduce
version: '2' # required to adjust maintainability checks
checks:
argument-count:
enabled: true
config:
threshold: 4
complex-logic:
enabled: true
config:
threshold: 4
file-lines:
enabled: true
config:
threshold: 250
method-complexity:
enabled: true
config:
threshold: 5
method-count:
enabled: true
config:
threshold: 20
method-lines:
enabled: true
config:
threshold: 25
nested-control-flow:
enabled: true
config:
threshold: 4
return-statements:
enabled: true
config:
threshold: 4
similar-code:
enabled: true
config:
threshold: 30
identical-code:
enabled: true
config:
threshold: 50
plugins:
eslint:
enabled: true
channel: 'eslint-7'
exclude_patterns:
- 'config/'
- 'db/'
- 'dist/'
- 'features/'
- '**/node_modules/'
- 'script/'
- '**/spec/'
- '**/test/'
- '**/tests/'
- 'Tests/'
- '**/vendor/'
- '**/*_test.go'
- '**/*.d.ts'
Relevant links
https://codeclimate.com/github/EveripediaNetwork/ep-ui/pull/1137
- 4-6 word issue title
Metadata
Assignees
Labels
No labels