We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
scanType
Pattern
1 parent c81bdb9 commit b663d21Copy full SHA for b663d21
codacy-plugins-api/src/main/scala/com/codacy/plugins/api/results/Pattern.scala
@@ -32,7 +32,7 @@ object Pattern {
32
level: Result.Level,
33
category: Category,
34
subcategory: Option[Subcategory],
35
- scanType: Option[ScanType],
+ scanType: Option[ScanType] = Option.empty,
36
parameters: Set[Parameter.Specification] = Set.empty,
37
languages: Set[Language] = Set.empty,
38
enabled: Boolean = false) {
0 commit comments