OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openproject/.codeclimate.yml

34 lines
497 B

---
languages:
Ruby: true
JavaScript: true
engines:
rubocop:
enabled: true
bundler-audit:
enabled: true
eslint:
enabled: true
checks:
no-unused-expressions:
enabled: false
csslint:
enabled: true
scsslint:
enabled: true
fixme:
enabled: true
ratings:
paths:
- app/**
- config/**
- features/**
- frontend/**
- lib/**
- spec/**
exclude_paths:
- .bundle/**/*
- lib/plugins/rfpdf/**/*
- spec_legacy/**/*
- lib/redcloth3.rb