Skip to content

Commit 4738de3

Browse files
authored
Merge pull request #152 from chwo/update-swiftlint
Update SwiftLint to 0.40.1
2 parents 52980d1 + 6a99533 commit 4738de3

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

Changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44

55
## Nothing yet!
66

7+
## 0.24.4
8+
9+
- Updates to SwiftLint
10+
[0.40.1](https://github.com/realm/SwiftLint/releases/tag/0.40.1).
11+
712
## 0.24.3
813

914
- Fix `filter_issues_in_diff` mode when diff contains removed lines above a violation. See [#147](https://github.com/ashfurrow/danger-ruby-swiftlint/pull/147)

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
danger-swiftlint (0.24.3)
4+
danger-swiftlint (0.24.4)
55
danger
66
rake (> 10)
77
thor (~> 0.19)

lib/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22

33
module DangerSwiftlint
4-
VERSION = '0.24.3'
5-
SWIFTLINT_VERSION = '0.39.1'
4+
VERSION = '0.24.4'
5+
SWIFTLINT_VERSION = '0.40.1'
66
end

0 commit comments

Comments
 (0)