Skip to content

Commit a4cd2bc

Browse files
committed
Exclude Guardfile
1 parent 59148d2 commit a4cd2bc

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.rubocop.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
AllCops:
22
Exclude:
33
- vendor/**/*
4+
- Guardfile
45

56
inherit_from: .rubocop_todo.yml

.rubocop_todo.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,3 @@ Style/FileName:
4545
# Configuration parameters: EnforcedStyle, MinBodyLength, SupportedStyles.
4646
Style/Next:
4747
Enabled: false
48-
49-
# Offense count: 2
50-
Style/RegexpLiteral:
51-
MaxSlashes: 0

0 commit comments

Comments
 (0)