-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathqodana.yaml
More file actions
executable file
·84 lines (84 loc) · 2.7 KB
/
qodana.yaml
File metadata and controls
executable file
·84 lines (84 loc) · 2.7 KB
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
#file: noinspection ComposeMissingKeys
version: "1.0"
profile:
name: qodana.starter
include:
- name: JvmLinesOfCodeInspection
- name: QodanaKotlinSanity
- name: ModuleWithTooFewClasses
- name: Annotator
- name: DuplicatedCode
- name: EmptyDirectory
- name: InconsistentLineSeparators
- name: InjectedReferences
# - name: IncorrectFormatting
# - name: LongLine
# - name: ProblematicWhitespace
- name: ReassignedToPlainText
- name: RedundantSuppression
- name: TodoComment
- name: InfixCallToOrdinary
- name: RunBlocking
- name: RedundantNotNullExtensionReceiverOfInline
- name: ClassName
- name: ConstPropertyName
- name: EnumEntryName
- name: FunctionName
- name: InconsistentCommentForJavaParameter
- name: LocalVariableName
- name: ObjectPrivatePropertyName
- name: ObjectPropertyName
- name: PackageName
- name: PrivatePropertyName
- name: PropertyName
- name: TestFunctionName
- name: ConfigurationAvoidance
- name: BintrayPublishingPlugin
- name: JCenterRepository
- name: MultipleRepositoryUrls
- name: ForeignDelegate
- name: DependencyNotationArgument
- name: UnusedVersionCatalogEntry
- name: DeprecatedConfigurations
- name: IncorrectPluginDslStructure
- name: JsonSchemaCompliance
- name: JsonStandardCompliance
- name: Json5StandardCompliance
- name: JsonSchemaDeprecation
- name: MongoDBJsonDuplicatePropertyKeys
- name: JsonDuplicatePropertyKeys
- name: JsonSchemaRefReference
- name: KtorYamlConfig
- name: KtorOpenApi
- name: KtorOpenApiUpdate
- name: LanguageMismatch
- name: InjectionNotApplicable
- name: UnknownLanguage
- name: HttpUrlsUsage
- name: VulnerableLibrariesGlobal
- name: ShellCheck
- name: IgnoreFileDuplicateEntry
- name: SSBasedInspection
- name: CronExpressionValidationInspection
- name: DeclarativeUnresolvedReference
- name: HttpRequestPlaceholder
- name: HttpRequestEnvironmentAuthConfigurationValidationInspection
- name: HttpClientInappropriateProtocolUsageInspection
- name: IncorrectHttpHeaderInspection
- name: HttpRequestRequestSeparatorXmlBodyInspection
- name: HttpRequestRequestSeparatorJsonBodyInspection
- name: HttpRequestRequestSeparatorYamlBodyInspection
- name: HttpClientRunRequestNameInspection
- name: HttpRequestContentLengthIsIgnored
- name: HttpRequestCustomHttpMethodInspection
- name: HttpClientUnresolvedAuthId
- name: HttpClientUnresolvedVariable
- name: HttpRequestJsonBodyInspection
- name: HttpRequestWhitespaceInsideRequestTargetPath
- name: LossyEncoding
- name: NonAsciiCharacters
- name: TestCaseWithNoTestMethods
- name: TestInProductSource
- name: TestMethodWithoutAssertion
- name: TestOnlyProblems
- name: TestCaseWithConstructor