Skip to content

Commit 4ed37de

Browse files
authored
Merge branch 'master' into projects_columns
2 parents 2aa83a9 + 09bf637 commit 4ed37de

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.rubocop.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1+
AllCops:
2+
TargetRubyVersion: 2.4
3+
14
Style/StringLiterals:
25
Enabled: false
36

47
Metrics/BlockLength:
58
Enabled: false
69

10+
Style/ClassAndModuleChildren:
11+
Enabled: false

hound.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
ruby:
2+
enabled: true
3+
config_file: .rubocop.yml

0 commit comments

Comments
 (0)