Skip to content

Commit

Permalink
Issue checkstyle#11214: Specify violation messages for EmptyForInitia…
Browse files Browse the repository at this point in the history
…lizerPadCheck Input Files
  • Loading branch information
suniti0804 committed Oct 30, 2023
1 parent 2a5a416 commit 97e4f30
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Expand Up @@ -140,7 +140,6 @@ public final class InlineConfigParser {
* Until <a href="https://github.com/checkstyle/checkstyle/issues/11214">#11214</a>
*/
private static final Set<String> SUPPRESSED_CHECKS = new HashSet<>(Arrays.asList(
"com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyForInitializerPadCheck",
"com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck"));

/**
Expand Down
Expand Up @@ -7,5 +7,5 @@

package com.puppycrawl.tools.checkstyle.checks.whitespace.emptyforinitializerpad;

class InputEmptyForInitializerPad2 // violation
class InputEmptyForInitializerPad2
{ }

0 comments on commit 97e4f30

Please sign in to comment.