Skip to content

Commit 67bc800

Browse files
author
Markus Bucher
committed
Merge remote-tracking branch 'upstream/master'
2 parents 10dfb35 + 78e97ed commit 67bc800

Some content is hidden

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

94 files changed

+5997
-1963
lines changed

.autotest

Lines changed: 0 additions & 11 deletions
This file was deleted.

.gitignore

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
spec/ldap.yml
1+
*~
2+
*.swp
23
.rvmrc
3-
*.gemspec
44
pkg/
5-
*.swp
6-
html/
75
doc/
86
publish/
9-
coverage/
10-
coverage.info
11-
.rake_tasks~
127
Gemfile.lock
8+
.bundle
9+
bin/

.rspec

Lines changed: 0 additions & 2 deletions
This file was deleted.

.rubocop.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
inherit_from: .rubocop_todo.yml
2+
3+
AllCops:
4+
Exclude:
5+
- '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)