-
-
Notifications
You must be signed in to change notification settings - Fork 59
/
qodana.yaml
66 lines (66 loc) · 2.75 KB
/
qodana.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
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