Pod spec lint: do not register errors in the terminal

when I run pod spec lint in the terminal, it shows the following error, but does not register errors [!] The specification did not pass the test, due to 4 errors.

Therefore, I cannot determine where errors occur.

+4
source share
1 answer

While pod spec lint should output errors independently, you can run pod spec lint --verbose to see much more results.

+5
source

All Articles