-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathqodana.yaml
More file actions
30 lines (30 loc) 路 1.09 KB
/
Copy pathqodana.yaml
File metadata and controls
30 lines (30 loc) 路 1.09 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
#-------------------------------------------------------------------------------#
# Qodana analysis is configured by qodana.yaml file #
# https://www.jetbrains.com/help/qodana/qodana-yaml.html #
#-------------------------------------------------------------------------------#
version: "1.0"
profile:
name: qodana.starter
linter: jetbrains/qodana-go:latest
include:
- name: GoExportedElementShouldHaveComment
- name: GoTypeParameterInLowerCase
- name: GoDfaConstantCondition
- name: GoDfaErrorMayBeNotNil
- name: GoDfaNilDereference
- name: VgoDependencyDeprecated
- name: VgoDependencyVersionRetracted
- name: GoInterfaceToAny
- name: GoContextTodo
- name: GoNilness
- name: GoShadowedVar
- name: DockerJsonFormStringLiterals
- name: DockerFileAddOrCopyPaths
- name: DockerFileAssignments
- name: DockerFileRunCommandMissingContinuation
- name: DockerFileArgumentCount
- name: ComposeMissingKeys
- name: ComposeUnknownKeys
- name: ComposeUnknownValues
- name: ComposeUnquotedPorts
- name: MakefileUnresolvedPrerequisite