Skip to content
Snippets Groups Projects
Select Git revision
  • b96c4d10615d673c51c26197d23bb26285598040
  • master default protected
  • 1.2.4
  • 1.2.3
  • 1.2.2
  • 1.2.1
  • 1.2.0
  • v1.1.0
8 results

terminal-check.mk

Blame
  • .codeclimate.yml 208 B
    ---
    engines:
      duplication:
        enabled: true
        config:
          languages:
          - javascript
      eslint:
        enabled: true
      fixme:
        enabled: true
    ratings:
      paths:
      - "lib/*.js"
    exclude_paths:
    - "dist/*"