MH0386 commited on
Commit
9db2406
·
verified ·
1 Parent(s): 8528ca5

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. qodana.yaml +43 -0
qodana.yaml CHANGED
@@ -42,3 +42,46 @@ include:
42
  - name: ReassignedToPlainText
43
  - name: RedundantSuppression
44
  - name: TodoComment
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
42
  - name: ReassignedToPlainText
43
  - name: RedundantSuppression
44
  - name: TodoComment
45
+ - name: ComposeErroneousRelation
46
+ - name: ComposeMissingKeys
47
+ - name: ComposeUnknownKeys
48
+ - name: ComposeUnknownValues
49
+ - name: ComposeUnquotedPorts
50
+ - name: DockerJsonFormStringLiterals
51
+ - name: DockerFileDuplicatedStageName
52
+ - name: DockerFileAddOrCopyPaths
53
+ - name: DockerFileAssignments
54
+ - name: DockerFileRunCommandMissingContinuation
55
+ - name: DockerFileArgumentCount
56
+ - name: DockerFileEntrypointWithoutExec
57
+ - name: MarkdownIncorrectTableFormatting
58
+ - name: MarkdownIncorrectlyNumberedListItem
59
+ - name: MarkdownLinkDestinationWithSpaces
60
+ - name: MarkdownOutdatedTableOfContents
61
+ - name: MarkdownNoTableBorders
62
+ - name: MarkdownUnresolvedFileReference
63
+ - name: MarkdownUnresolvedHeaderReference
64
+ - name: MarkdownUnresolvedLinkLabel
65
+ - name: DotEnvDuplicateKeyInspection
66
+ - name: DotEnvExtraBlankLineInspection
67
+ - name: DotEnvSpaceAroundSeparatorInspection
68
+ - name: DotEnvIncorrectDelimiterInspection
69
+ - name: DotEnvLeadingCharacterInspection
70
+ - name: DotEnvLowercaseKeyInspection
71
+ - name: NestedVariableOutsideDoubleQuotesInspection
72
+ - name: UndefinedNestedVariableInspection
73
+ - name: EmptyNestedVariableInspection
74
+ - name: DotEnvSpaceInsideNonQuotedInspection
75
+ - name: DotEnvTrailingWhitespaceInspection
76
+ - name: TaskProblemsInspection
77
+ - name: CyclicJobDependency
78
+ - name: MandatoryParamsAbsent
79
+ - name: GithubFunctionSignatureValidation
80
+ - name: UndefinedAction
81
+ - name: IllegalJobDependency
82
+ - name: UndefinedParamsPresent
83
+ - name: IgnoreCoverEntry
84
+ - name: IgnoreDuplicateEntry
85
+ - name: IgnoreIncorrectEntry
86
+ - name: IgnoreRelativeEntry
87
+ - name: IgnoreSyntaxEntry