Skip to content

Commit

Permalink
suppressed MethodLength
Browse files Browse the repository at this point in the history
  • Loading branch information
adireddy committed Feb 28, 2016
1 parent a2ad03a commit 6370433
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion checkstyle/Checker.hx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ class Checker {
for (reporter in reporters) reporter.finish();
}

@SuppressWarnings("checkstyle:Dynamic")
@SuppressWarnings(["checkstyle:Dynamic", "checkstyle:MethodLength"])
public function run(file:LintFile) {
for (reporter in reporters) reporter.fileStart(file);

Expand Down
6 changes: 3 additions & 3 deletions resources/static-analysis.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@
<file name="checkstyle&#x2F;TokenStream.hx">
</file>
<file name="checkstyle&#x2F;TokenTree.hx">
<error line="104" column="2" severity="info" message="MemberName - Invalid enum member signature: ALL (name should be ~&#x2F;^[a-z][a-zA-Z0-9]*$&#x2F;)" source="checkstyle&#x2F;TokenTree.hx"/>
<error line="105" column="2" severity="info" message="MemberName - Invalid enum member signature: FIRST (name should be ~&#x2F;^[a-z][a-zA-Z0-9]*$&#x2F;)" source="checkstyle&#x2F;TokenTree.hx"/>
<error line="104" column="1" severity="info" message="MemberName - Invalid enum member signature: ALL (name should be ~&#x2F;^[a-z][a-zA-Z0-9]*$&#x2F;)" source="checkstyle&#x2F;TokenTree.hx"/>
<error line="105" column="1" severity="info" message="MemberName - Invalid enum member signature: FIRST (name should be ~&#x2F;^[a-z][a-zA-Z0-9]*$&#x2F;)" source="checkstyle&#x2F;TokenTree.hx"/>
</file>
<file name="checkstyle&#x2F;TokenTreeBuilder.hx">
<error line="796" column="19" severity="info" message="TODOComment - TODO comment: TODO handle other #directives" source="checkstyle&#x2F;TokenTreeBuilder.hx"/>
<error line="796" column="18" severity="info" message="TODOComment - TODO comment: TODO handle other #directives" source="checkstyle&#x2F;TokenTreeBuilder.hx"/>
</file>
</checkstyle>

0 comments on commit 6370433

Please sign in to comment.