Skip to content
This repository was archived by the owner on Dec 3, 2019. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
inherit_from: .rubocop_todo.yml

AllCops:
Exclude:
- 'db/schema.rb'

# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, ConsistentQuotesInMultiline.
# SupportedStyles: single_quotes, double_quotes
Expand All @@ -11,11 +15,6 @@ Style/StringLiterals:
EndOfLine:
Enabled: false

# Configuration parameters: CountComments, ExcludedMethods.
Metrics/BlockLength:
Exclude:
- 'db/schema.rb'

Metrics/ClassLength:
Exclude:
- 'test/models/user_test.rb'
1 change: 1 addition & 0 deletions db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
# It's strongly recommended that you check this file into your version control system.

ActiveRecord::Schema.define(version: 20180711212702) do

# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"

Expand Down