Skip to content

Commit 7f6e1a5

Browse files
authored
Merge pull request #1 from sunbirddcim/merge-upstream-master
Merge upstream master (ruby-ldap/ruby-net-ldap)
2 parents e7fde22 + 9daa954 commit 7f6e1a5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+2241
-644
lines changed

.rubocop.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,18 @@ 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
15+
16+
Style/TrailingCommaInLiteral:
17+
EnforcedStyleForMultiline: comma
18+
19+
Style/TrailingCommaInArguments:
20+
EnforcedStyleForMultiline: comma

0 commit comments

Comments
 (0)