Skip to content

Commit

Permalink
Add Swiftlint config file to Danger
Browse files Browse the repository at this point in the history
  • Loading branch information
msaps committed Feb 9, 2019
1 parent 51f1ee0 commit 24fd208
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dangerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ if (has_source_changes && ! has_tests_changes)
warn("Looks like you changed some source files, should there have been some tests added?")
end

swiftlint.config_file = 'Sources/.swiftlint.yml'
swiftlint.lint_files

0 comments on commit 24fd208

Please sign in to comment.