fastred / IBAnalyzer

Find common xib and storyboard-related problems without running your app or writing unit tests.
http://holko.pl
MIT License
951 stars 26 forks source link

Use multiple exit codes using strict mode. #31

Closed hryk224 closed 5 years ago

hryk224 commented 7 years ago

Hi @fastred .

Does this approach make sense to you all?

exit 0 No errors, maybe warnings in non-strict mode exit 1 Usage or system error exit 2 Style violations of severity "error" exit 3 No style violations of severity "error", but violations of severity "warning" with strict