version: "1.0"
linter: jetbrains/qodana-php
include:
- name: PhpPossiblePolymorphicInvocationInspection
- name: PhpDynamicFieldDeclarationInspection
- name: PhpIfWithCommonPartsInspection
- name: PhpConditionAlreadyCheckedInspection
- name: PhpUnusedParameterInspection
- name: PhpStatementHasEmptyBodyInspection
- name: PhpMissingParentConstructorInspection
- name: PhpDeprecationInspection
- name: PhpIncludeInspection
- name: PhpShortOpenTagInspection
- name: PhpRedundantClosingTagInspection
- name: PhpCastIsUnnecessaryInspection
- name: PhpVarTagWithoutVariableNameInspection
- name: PhpRedundantOptionalArgumentInspection
- name: PhpUnnecessaryLocalVariableInspection
- name: PhpIdempotentOperationInspection
- name: PhpInconsistentReturnPointsInspection
- name: PhpArrayIndexResetIsUnnecessaryInspection
- name: PhpUnitAssertArrayHasKeyInspection
- name: PhpUnitCoversFunctionWithoutScopeResolutionOperatorInspection
- name: PhpUnitAssertFileEqualsInspection
- name: PhpUnitCoversByAccessModifierIsDeprecatedInspection
- name: PhpUnitAssertCountInspection
- name: PhpUnitMisorderedAssertEqualsArgumentsInspection
- name: PhpUnitExpectedExceptionDocTagIsDeprecatedInspection
- name: PhpUnitMissingTargetForTestInspection
- name: PhpUnitDeprecatedExpectExceptionInspection
- name: PhpUnitTestFailedLineInspection
- name: PhpUnitAssertContainsInspection
- name: PhpMockeryInvalidMockingMethodInspection
- name: PhpUnitDeprecatedCallsIn10VersionInspection
- name: PhpUnitUndefinedDataProviderInspection
- name: PhpUnitAssertEqualsInspection
- name: PhpUnitAssertCanBeReplacedWithFailInspection
- name: PhpMissingParamTypeInspection
- name: PhpMissingReturnTypeInspection
- name: PhpRedundantIntersectionTypeInspection
- name: PhpMissingStrictTypesDeclarationInspection
- name: PhpRedundantTypeInUnionTypeInspection
- name: PhpMissingFieldTypeInspection
- name: HtmlRequiredAltAttribute
- name: HtmlFormInputWithoutLabel
- name: HtmlRequiredTitleAttribute
- name: HtmlRequiredSummaryAttribute
- name: HtmlRequiredLangAttribute
- name: HtmlRequiredTitleElement
- name: PhpWrongCatchClausesOrderInspection
- name: PhpRedundantCatchClauseInspection
- name: PhpUnhandledExceptionInspection
- name: RegExpRedundantClassElement
- name: RegExpSimplifiable
- name: RegExpAnonymousGroup
- name: YAMLSchemaDeprecation
- name: YAMLSchemaValidation
- name: YAMLRecursiveAlias
- name: YAMLDuplicatedKeys
- name: YAMLUnusedAnchor
- name: PhpMemberCanBePulledUpInspection
- name: PhpFeatureEnvyLocalInspection
- name: PhpClassHasTooManyDeclaredMembersInspection
- name: PhpTypedPropertyMightBeUninitializedInspection
- name: PhpConditionCheckedByNextConditionInspection
- name: MysqlParsingInspection
|