Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create .codeclimate.yml #1049

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file or symbol
Failed to load files and symbols.

Always

Just for now

Create .codeclimate.yml

Created a Code Climate config with ESLint and our duplication engine enabled.
  • Loading branch information
larkinscott committed Feb 3, 2017
commit f81da13d4445fe46f050cca535e801bd8df949c0
@@ -0,0 +1,15 @@
engines:
duplication:
enabled: true
config:
languages:
javascript:
mass_threshold: 50
eslint:
enabled: true

ratings:
paths:
- "**.js"

exclude_paths:
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.