Skip to content

Commit 0573342

Browse files
committed
Merge pull request #249 from ruby-ldap/rubocop-fixes
Rubocop style fixes
2 parents b32f4e7 + 5a06857 commit 0573342

File tree

14 files changed

+371
-165
lines changed

14 files changed

+371
-165
lines changed

.rubocop.yml

+9
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,12 @@ inherit_from: .rubocop_todo.yml
33
AllCops:
44
Exclude:
55
- 'pkg/**/*'
6+
7+
Style/ExtraSpacing:
8+
Enabled: false
9+
10+
Lint/AssignmentInCondition:
11+
Enabled: false
12+
13+
Style/ParallelAssignment:
14+
Enabled: false

0 commit comments

Comments
 (0)