Skip to content
This repository has been archived by the owner on Oct 28, 2020. It is now read-only.

Commit

Permalink
Remove swiftlint
Browse files Browse the repository at this point in the history
  • Loading branch information
Luka Bratos committed Mar 4, 2019
1 parent fa25df7 commit 010df4b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
4 changes: 0 additions & 4 deletions Dangerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,3 @@ warn 'PR is classed as Work in Progress' if github.pr_title.include? '[WIP]'
if git.commits.any? { |c| c.message =~ /^Merge branch 'master'/ }
warn 'Please rebase to get rid of the merge commits in this PR'
end

# Run SwiftLint
# Add fail_on_error: true if we want to make linting errors fail the build
swiftlint.lint_files
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
source 'https://rubygems.org'

gem 'danger', '~> 5.0'
gem 'danger-swiftlint', '~> 0.13'
9 changes: 1 addition & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ GEM
no_proxy_fix
octokit (~> 4.7)
terminal-table (~> 1)
danger-swiftlint (0.13.1)
danger
rake (> 10)
thor (~> 0.19)
faraday (0.14.0)
multipart-post (>= 1.2, < 3)
faraday-http-cache (1.3.1)
Expand All @@ -40,21 +36,18 @@ GEM
sawyer (~> 0.8.0, >= 0.5.3)
open4 (1.3.4)
public_suffix (3.0.2)
rake (12.3.0)
sawyer (0.8.1)
addressable (>= 2.3.5, < 2.6)
faraday (~> 0.8, < 1.0)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
thor (0.20.0)
unicode-display_width (1.3.0)

PLATFORMS
ruby

DEPENDENCIES
danger (~> 5.0)
danger-swiftlint (~> 0.13)

BUNDLED WITH
1.16.1
1.16.2

0 comments on commit 010df4b

Please sign in to comment.