forked from aws/aws-toolkit-jetbrains
-
Notifications
You must be signed in to change notification settings - Fork 0
/
qodana.yaml
63 lines (63 loc) · 2.15 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
version: 1.0
linter: jetbrains/qodana-jvm-community:latest
projectJDK: "21"
bootstrap: ./gradlew :plugin-core:sdk-codegen:generateSdks :plugin-core:jetbrains-community:generateTelemetry :plugin-toolkit:jetbrains-rider:generateModels
profile:
name: qodana.recommended
exclude:
- name: All
paths:
- .qodana
dot-net:
solution: ReSharper.AWS.sln
include:
- name: DevKitPropertiesMessageValidation
- name: KotlinObjectExtensionRegistration
- name: LightServiceMigrationXML
- name: IncorrectProcessCanceledExceptionHandling
- name: LightServiceMigrationCode
- name: MissingActionUpdateThread
- name: ApplicationServiceAsStaticFinalFieldOrProperty
- name: CallingMethodShouldBeRequiresBlockingContext
- name: CancellationCheckInLoops
- name: CompanionObjectInExtension
- name: ComponentRegistrationProblems
- name: ComponentNotRegistered
- name: ActionPresentationInstantiatedInCtor
- name: ExtensionClassShouldBeFinalAndNonPublic
- name: ExtensionRegisteredAsServiceOrComponent
- name: ActionIsNotPreviewFriendly
- name: FileEqualsUsage
- name: ForbiddenInSuspectContextMethod
- name: IncorrectParentDisposable
- name: IncorrectServiceRetrieving
- name: PresentationAnnotation
- name: KotlinObjectRegisteredAsExtension
- name: LightServiceMustBeFinal
- name: ListenerImplementationMustNotBeDisposable
- name: LeakableMapKey
- name: MigrateToOptControl
- name: MismatchedLightServiceLevelAndCtor
- name: SerializableCtor
- name: NonDefaultConstructor
- name: InspectionUsingGrayColors
- name: PsiElementConcatenation
- name: UseDPIAwareInsets
- name: UseDPIAwareBorders
- name: UseJBColor
- name: UseVirtualFileEquals
- name: UsePrimitiveTypes
- name: UsePluginIdEquals
- name: UsePlatformProcessAwaitExit
- name: UnspecifiedActionsPlace
- name: UnsafeVfsRecursion
- name: UnsafeReturnStatementVisitor
- name: UnresolvedPluginConfigReference
- name: UndesirableClassUsage
- name: UElementAsPsi
- name: ThreadingConcurrency
- name: StaticInitializationInExtensions
- name: StatefulEp
- name: SimplifiableServiceRetrieving
- name: QuickFixGetFamilyNameViolation
- name: TokenSetInParserDefinition