Skip to content

Commit

Permalink
Merge pull request #1130 from Growstuff/dev
Browse files Browse the repository at this point in the history
Release 17
  • Loading branch information
cesy authored Dec 21, 2016
2 parents cf8fab8 + 58ddeef commit ca553a4
Show file tree
Hide file tree
Showing 96 changed files with 871 additions and 1,179 deletions.
1 change: 1 addition & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ exclude_paths:
- db/
- spec/
- public/
- app/assets/stylesheets/bootstrap-accessibility.css
12 changes: 11 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ AllCops:
- 'db/schema.rb'
- 'vendor/**/*'

Rails:
Enabled: true

Style/FileName:
Exclude:
- 'Gemfile'
Expand All @@ -34,7 +37,7 @@ Metrics/MethodLength:
# Remove the following once the code style matches
# Offense count: 59
Metrics/AbcSize:
Max: 115
Max: 38

# Offense count: 5
# Configuration parameters: CountComments.
Expand Down Expand Up @@ -66,3 +69,10 @@ Style/Documentation:

Style/FrozenStringLiteralComment:
Enabled: false

# Configuration parameters: Include.
# Include: app/**/*.rb, config/**/*.rb, db/**/*.rb, lib/**/*.rb
Rails/Output:
Exclude:
- 'config/unicorn.rb'
- 'db/seeds.rb'
Loading

0 comments on commit ca553a4

Please sign in to comment.