Skip to content

Commit

Permalink
remove IndentationCheck
Browse files Browse the repository at this point in the history
close #689
close #760
  • Loading branch information
guwirth committed Jul 22, 2016
1 parent f175001 commit fa766d5
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 411 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ public static List<Class> getChecks() {
FunctionComplexityCheck.class,
HardcodedAccountCheck.class,
HardcodedIpCheck.class,
IndentationCheck.class,
MagicNumberCheck.class,
MissingCurlyBracesCheck.class,
MissingIncludeFileCheck.class,
Expand Down
312 changes: 0 additions & 312 deletions cxx-checks/src/main/java/org/sonar/cxx/checks/IndentationCheck.java

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ public class CheckListTest {

@Test
public void count() {
assertThat(CheckList.getChecks().size()).isEqualTo(45);
assertThat(CheckList.getChecks().size()).isEqualTo(44);
}
}
Loading

0 comments on commit fa766d5

Please sign in to comment.