JamitLabs / ProjLint

Project Linter to enforce your non-code best practices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Show Issues in Xcode

Jeehut opened this issue · comments

Show warnings & errors right within Xcode. This should be configurable via default_options which can be overridden in any rule. The configuration could be named show_issues_in_xcode and be a simple boolean option. In addition to true or false there could also be a new case named always_warning which would even show errors as a warning.

When turned on, errors would be shown as errors and warnings as warnings right within Xcode.