Skip to content

Commit

Permalink
Merge 0171b13 into 224249d
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasknoepfle committed Feb 11, 2020
2 parents 224249d + 0171b13 commit 4982ccd
Show file tree
Hide file tree
Showing 495 changed files with 6,669 additions and 6,367 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Configuration files
# config/database.yml -> needed for travis-ci
config/environments/development.rb
public/system
config/initializers/secret_token.rb
config/actionmailer.yml
Expand Down
15 changes: 1 addition & 14 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
inherit_from: .rubocop_todo.yml # TODO: remove this once worked through list

AllCops:
RunRailsCops: true
Exclude:
- 'bin/**/*'
- 'db/**/*'
Expand All @@ -13,19 +12,7 @@ AllCops:
- 'test/test_helper.rb'
- 'test/support/**/*'

Documentation:
Enabled: false

MethodDefParentheses:
Enabled: false

GuardClause:
Enabled: false

RedundantSelf:
Enabled: false

LineLength:
Style/Documentation:
Enabled: false

Style/SignalException:
Expand Down
Loading

0 comments on commit 4982ccd

Please sign in to comment.