jdalrymple/semantic-release-npmx

View on GitHub
.codeclimate.yml

Summary

Maintainability
Test Coverage
engines:
  shellcheck:
    enabled: true
  duplication:
    enabled: true
    config:
      languages:
        javascript:
          mass_threshold: 70
          count_threshold: 3

ratings:
  paths:
    - '**.js'

exclude_paths:
  - node_modules
  - coverage
  - dist