Skip to content

Commit

Permalink
Update Dangerfile to warn for modified RxTest.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
freak4pc authored and kzaher committed Feb 10, 2018
1 parent 4a12781 commit 4cf07f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dangerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ warn("No CHANGELOG changes made") if git.lines_of_code > 50 && !git.modified_fil
# Warn pod spec changes
warn("RxCocoa.podspec changed") if git.modified_files.include?("RxCocoa.podspec")
warn("RxSwift.podspec changed") if git.modified_files.include?("RxSwift.podspec")
warn("RxTests.podspec changed") if git.modified_files.include?("RxTests.podspec")
warn("RxTest.podspec changed") if git.modified_files.include?("RxTest.podspec")
warn("RxBlocking.podspec changed") if git.modified_files.include?("RxBlocking.podspec")

# Warn summary on pull request
Expand Down

0 comments on commit 4cf07f8

Please sign in to comment.