Skip to content

Commit

Permalink
Upgrade dangerfile (#810)
Browse files Browse the repository at this point in the history
* Upgrade dangerfile

* Allow cocoapods warnings for now :(
  • Loading branch information
garrettmoon authored and Adlai-Holler committed Feb 26, 2018
1 parent 223f1c9 commit 8817a00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Dangerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require 'open-uri'

source_pattern = /(\.m|\.mm|\.h)$/

# Sometimes it's a README fix, or something like that - which isn't relevant for
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ fi
if [ "$MODE" = "cocoapods-lint" -o "$MODE" = "all" ]; then
echo "Verifying that podspec lints."

set -o pipefail && pod env && pod lib lint
set -o pipefail && pod env && pod lib lint --allow-warnings
success="1"
fi

Expand Down

0 comments on commit 8817a00

Please sign in to comment.