Skip to content

Commit

Permalink
Fix RuboCop config
Browse files Browse the repository at this point in the history
  • Loading branch information
jpalumickas committed Dec 28, 2020
1 parent 7d61c2c commit 15a825b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
AllCops:
TargetRubyVersion: 2.5
NewCops: enable
SuggestExtensions: false

Layout/ParameterAlignment:
Enabled: true
Expand Down Expand Up @@ -43,4 +44,5 @@ Lint/MissingSuper:
Enabled: false

Naming/FileName:
Exclude: 'lib/emoji-datasource.rb'
Exclude:
- 'lib/emoji-datasource.rb'

0 comments on commit 15a825b

Please sign in to comment.