Skip to content

Commit

Permalink
Issue #13213: Removed '//ok' from InputRequireThis15Extensions along …
Browse files Browse the repository at this point in the history
…with its suppressions
  • Loading branch information
Raja Raghu Ram Pydi authored and romani committed Mar 4, 2024
1 parent 2ec6c25 commit fa8b95c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions config/checkstyle-input-suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@
files="checks[\\/]coding[\\/]packagedeclaration[\\/]InputPackageDeclarationPlain.java"/>
<suppress id="UnnecessaryOkComment"
files="checks[\\/]coding[\\/]packagedeclaration[\\/]InputPackageDeclarationWithCommentOnly.java"/>
<suppress id="UnnecessaryOkComment"
files="checks[\\/]coding[\\/]requirethis[\\/]InputRequireThis15Extensions.java"/>
<suppress id="UnnecessaryOkComment"
files="checks[\\/]coding[\\/]requirethis[\\/]InputRequireThisAllowLocalVars.java"/>
<suppress id="UnnecessaryOkComment"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/

// someexamples of 1.5 extensions
package com.puppycrawl.tools.checkstyle.checks.coding.requirethis; // ok
package com.puppycrawl.tools.checkstyle.checks.coding.requirethis;

@interface MyAnnotation1 {
String name();
Expand Down

0 comments on commit fa8b95c

Please sign in to comment.