Skip to content

Commit

Permalink
qodana: removed ones that were verbose and not being used
Browse files Browse the repository at this point in the history
  • Loading branch information
AlxTray committed Sep 19, 2024
1 parent 78730f6 commit e8a3028
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions qodana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,13 @@ include:
- name: EditorConfigUnusedDeclaration
- name: EmptyDirectory
- name: InconsistentLineSeparators
- name: IncorrectFormatting
- name: QodanaJavaSanity
- name: LongLine
- name: ProblematicWhitespace
- name: ReassignedToPlainText
- name: RedundantSuppression
- name: TodoComment
- name: InstanceofThis
- name: PublicMethodNotExposedInInterface
- name: BooleanParameter
- name: InstanceofChain
- name: ClassReferencesSubclass
Expand All @@ -53,7 +51,6 @@ include:
- name: MethodOnlyUsedFromInnerClass
- name: StaticMethodOnlyUsedInOneClass
- name: TypeMayBeWeakened
- name: UseOfConcreteClass
- name: AssignmentToNull
- name: ReplaceAssignmentWithOperatorAssignment
- name: AssignmentToForLoopParameter
Expand All @@ -72,7 +69,6 @@ include:
- name: AnonymousClassComplexity
- name: ClassComplexity
- name: ClassCoupling
- name: PublicConstructor
- name: StaticNonFinalField
- name: ClassMayBeInterface
- name: AnonymousInnerClass
Expand Down Expand Up @@ -108,7 +104,6 @@ include:
- name: CallToStringConcatCanBeReplacedByOperator
- name: BoundedWildcard
- name: ChainedEquality
- name: ChainedMethodCall
- name: SingleStatementInBlock
- name: ConditionalCanBeOptional
- name: ConfusingOctalEscape
Expand All @@ -126,14 +121,12 @@ include:
- name: MultiCatchCanBeSplit
- name: UnclearBinaryExpression
- name: MultipleVariablesInDeclaration
- name: NestedMethodCall
- name: SingleElementAnnotation
- name: ReassignedVariable
- name: RecordCanBeClass
- name: UnnecessaryConstantArrayCreationExpression
- name: RedundantFieldInitialization
- name: UnnecessaryConstructor
- name: ReturnThis
- name: FillPermitsList
- name: SimplifiableAnnotation
- name: LiteralAsArgToStringEquals
Expand All @@ -150,7 +143,6 @@ include:
- name: UnnecessaryParentheses
- name: UnnecessaryQualifierForThis
- name: UnqualifiedInnerClassAccess
- name: UnqualifiedStaticUsage
- name: PublicConstructorInNonPublicClass
- name: AmbiguousFieldAccess
- name: AnonymousClassVariableHidesContainingMethodVariable
Expand All @@ -160,7 +152,6 @@ include:
- name: LocalVariableHidingMemberVariable
- name: MethodOverridesInaccessibleMethodOfSuper
- name: MethodOverridesStaticMethod
- name: ParameterHidingMemberVariable
- name: MethodOverloadsParentMethod
- name: FieldHidesSuperclassField
- name: EmptyMethod
Expand Down Expand Up @@ -209,8 +200,6 @@ include:
- name: SetReplaceableByEnumSet
- name: StringBufferToStringInConcatenation
- name: StringBufferMustHaveInitialCapacity
- name: AutoBoxing
- name: AutoUnboxing
- name: BulkFileAttributesRead
- name: CallToSimpleGetterInClass
- name: CallToSimpleSetterInClass
Expand Down Expand Up @@ -254,17 +243,14 @@ include:
- name: OverlyLongLambda
- name: NonCommentSourceStatements
- name: NestingDepth
- name: ThisEscapedInConstructor
- name: AbstractMethodCallInConstructor
- name: DoubleBraceInitialization
- name: InstanceVariableUninitializedUse
- name: NonFinalStaticVariableUsedInClassInitialization
- name: OverridableMethodCallDuringObjectConstruction
- name: OverriddenMethodCallDuringObjectConstruction
- name: StaticVariableInitialization
- name: StaticVariableUninitializedUse
- name: NonThreadSafeLazyInitialization
- name: InstanceVariableInitialization
- name: PublicField
- name: PublicInnerClass
- name: UseOfAnotherObjectsPrivateField
Expand Down Expand Up @@ -330,7 +316,6 @@ include:
- name: ConfusingFloatingPointLiteral
- name: ConstantMathCall
- name: FloatingPointEquality
- name: ImplicitNumericConversion
- name: NonReproducibleMathCall
- name: OctalAndDecimalIntegersMixed
- name: OverlyComplexArithmeticExpression
Expand Down

0 comments on commit e8a3028

Please sign in to comment.