Skip to content

Commit

Permalink
Merge pull request #224 from commercekitchen/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
Tom Reis authored Oct 31, 2019
2 parents 8e053b7 + f9944e6 commit 8ecf170
Show file tree
Hide file tree
Showing 338 changed files with 5,242 additions and 5,258 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,7 @@ config/secrets.yml
/public/ckeditor_assets

# Byebug history
.byebug_history
.byebug_history

# Local environment
/config/local_env.yml
6 changes: 3 additions & 3 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
inherit_from:
- .rubocop_todo.yml

Rails:
Enabled: true

AllCops:
Exclude:
- "bin/**/*"
Expand All @@ -12,6 +9,9 @@ AllCops:
- "config/**/*"
- "script/**/*"

require:
- rubocop-rails

Style/StringLiterals:
EnforcedStyle: single_quotes
SupportedStyles:
Expand Down
Loading

0 comments on commit 8ecf170

Please sign in to comment.