Skip to content
This repository was archived by the owner on Aug 24, 2019. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
<repositoryKey>OCLint</repositoryKey>
<key>collapsible if statements</key>
</rule>
<rule>
<repositoryKey>OCLint</repositoryKey>
<key>compiler warning</key>
</rule>
<rule>
<repositoryKey>OCLint</repositoryKey>
<key>constant conditional operator</key>
Expand Down Expand Up @@ -284,4 +288,4 @@
<key>missing abstract method implementation</key>
</rule>
</rules>
</profile>
</profile>
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,14 @@ Category: OCLint
constant conditional operator
----------

Summary: Name: compiler warning

Severity: 3
Category: OCLint

compiler warning
----------

Summary: Name: constant conditional operator

Severity: 3
Expand Down