Skip to content

Commit

Permalink
Disalbe non-available rules
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Jun 6, 2023
1 parent 7f6f080 commit 618996c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions rewrite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ recipeList:
# - org.openrewrite.staticanalysis.IndexOfShouldNotCompareGreaterThanZero
- org.openrewrite.staticanalysis.InstanceOfPatternMatch
# - org.openrewrite.staticanalysis.IsEmptyCallOnCollections
- org.openrewrite.staticanalysis.MethodParamPad
# - org.openrewrite.staticanalysis.MissingOverrideAnnotation
# - org.openrewrite.staticanalysis.ModifierOrder
- org.openrewrite.staticanalysis.MultipleVariableDeclarations
Expand All @@ -140,7 +139,6 @@ recipeList:
# - org.openrewrite.staticanalysis.NoWhitespaceBefore
- org.openrewrite.staticanalysis.ObjectFinalizeCallsSuper
# - org.openrewrite.staticanalysis.OperatorWrap
- org.openrewrite.staticanalysis.PadEmptyForLoopComponents
- org.openrewrite.staticanalysis.PrimitiveWrapperClassConstructorToValueOf
- org.openrewrite.staticanalysis.RedundantFileCreation
- org.openrewrite.staticanalysis.RemoveCallsToObjectFinalize
Expand All @@ -156,15 +154,12 @@ recipeList:
- org.openrewrite.staticanalysis.RenameMethodsNamedHashcodeEqualOrTostring
- org.openrewrite.staticanalysis.ReplaceRedundantFormatWithPrintf
# - org.openrewrite.staticanalysis.ShortenFullyQualifiedTypeReferences
- org.openrewrite.staticanalysis.SimplifyBooleanExpression
- org.openrewrite.staticanalysis.SimplifyBooleanReturn
# - org.openrewrite.staticanalysis.SimplifyConsecutiveAssignments
# - org.openrewrite.staticanalysis.SimplifyCompoundStatement
- org.openrewrite.staticanalysis.SimplifyDurationCreationUnits
# - org.openrewrite.staticanalysis.StaticMethodNotFinal
- org.openrewrite.staticanalysis.StringLiteralEquality
- org.openrewrite.staticanalysis.TypecastParenPad
- org.openrewrite.staticanalysis.UnnecessaryParentheses
- org.openrewrite.staticanalysis.UnwrapRepeatableAnnotations
- org.openrewrite.staticanalysis.UpperCaseLiteralSuffixes
# - org.openrewrite.staticanalysis.UseJavaStyleArrayDeclarations
Expand Down

0 comments on commit 618996c

Please sign in to comment.