Skip to content

Commit

Permalink
prune and optimize code climate configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
FenrirUnbound committed Sep 24, 2015
1 parent 7c6c1b9 commit 7c38db2
Showing 1 changed file with 6 additions and 16 deletions.
22 changes: 6 additions & 16 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@
engines:
# to turn on an engine, add it here and set enabled to `true`
# to turn off an engine, set enabled to `false` or remove it
rubocop:
enabled: true
golint:
enabled: true
gofmt:
enabled: true
eslint:
enabled: true
csslint:
Expand All @@ -35,17 +29,13 @@ engines:

# Note: If the ratings key is not specified, this will result in a 0.0 GPA on your dashboard.

# ratings:
# paths:
# - app/**
# - lib/**
# - "**.rb"
# - "**.go"
ratings:
paths:
- lib/**
- "**.js"

# You can globally exclude files from being analyzed by any engine using the
# exclude_paths key.

#exclude_paths:
#- spec/**/*
#- vendor/**/*

exclude_paths:
- tests/**

0 comments on commit 7c38db2

Please sign in to comment.