We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ecac4d commit 6b0df06Copy full SHA for 6b0df06
Makefile
@@ -10,4 +10,7 @@ pod-install:
10
bundle exec pod install || bundle exec pod install --repo-update
11
12
gen-docs:
13
- bundle exec jazzy --config .jazzy.yaml
+ bundle exec jazzy --config .jazzy.yaml
14
+
15
+pod-lib-lint:
16
+ bundle exec pod lib lint --allow-warnings
0 commit comments