Skip to content

Commit

Permalink
swiftlint: remove :run.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid authored and ilovezfs committed Mar 19, 2018
1 parent 2954ccc commit fbd8a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/swiftlint.rb
Expand Up @@ -12,7 +12,7 @@ class Swiftlint < Formula
sha256 "d0cc75d2c8306fb072cdd4d7d0399898496eca82b9231bcff92855b6fc073b44" => :sierra
end

depends_on :xcode => ["8.0", :run]
depends_on :xcode => "8.0"
depends_on :xcode => ["9.0", :build]

def install
Expand Down

0 comments on commit fbd8a88

Please sign in to comment.