Skip to content

Commit 6b0df06

Browse files
committed
add pod-lib-lint command.
1 parent 6ecac4d commit 6b0df06

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,7 @@ pod-install:
1010
bundle exec pod install || bundle exec pod install --repo-update
1111

1212
gen-docs:
13-
bundle exec jazzy --config .jazzy.yaml
13+
bundle exec jazzy --config .jazzy.yaml
14+
15+
pod-lib-lint:
16+
bundle exec pod lib lint --allow-warnings

0 commit comments

Comments
 (0)