OCLint

Suppressing OCLint Warnings

Apr 21, 2013
Permalink

Since more and more projects start to use OCLint in their daily development, there are cases where developers hope to suppress certain warnings. For example, the coding standard varies from team to team and could be different from the default settings of OCLint, certain rules might be controversial in some development teams, and few warnings could be false positives.

Therefore, we have added this feature to the tool.

Please find the detail about Suppressing OCLint Warnings in a new How-To section in our documentation.

Suggestions and comments are always welcome! Thanks!