Skip to content

Commit

Permalink
improved style: removed tabulator
Browse files Browse the repository at this point in the history
  • Loading branch information
dtbaum committed Jul 26, 2023
1 parent 4dc09c0 commit 9824561
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public IssueParser createParser(final Option... options) {

@Override
public String getPattern() {
return "**/grype-report.json";
return "**/grype-report.json";

Check warning on line 24 in src/main/java/edu/hm/hafner/analysis/registry/GrypeDescriptor.java

View check run for this annotation

ci.jenkins.io / CheckStyle

IndentationCheck

NORMAL: 'method def' child has incorrect indentation level 4, expected level should be 8.
Raw output
<p>Since Checkstyle 3.1</p><p> Checks correct indentation of Java code. </p><p> The idea behind this is that while pretty printers are sometimes convenient for bulk reformats of legacy code, they often either aren't configurable enough or just can't anticipate how format should be done. Sometimes this is personal preference, other times it is practical experience. In any case, this check should just ensure that a minimal set of indentation rules is followed. </p>
}

@Override
Expand Down

0 comments on commit 9824561

Please sign in to comment.