File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 519
519
"additionalProperties" : false ,
520
520
"default" : {},
521
521
"description" : " Checkov is a static code analysis tool for infrastructure-as-code files."
522
+ },
523
+ "detekt" : {
524
+ "type" : " object" ,
525
+ "properties" : {
526
+ "enabled" : {
527
+ "type" : " boolean" ,
528
+ "default" : true ,
529
+ "description" : " Enable Detekt | Detekt is a static code analysis tool for Kotlin files."
530
+ },
531
+ "config_file" : {
532
+ "type" : " string" ,
533
+ "description" : " Optional path to the Detekt configuration file relative to the repository."
534
+ }
535
+ },
536
+ "additionalProperties" : false ,
537
+ "default" : {},
538
+ "description" : " Detekt is a static code analysis tool for Kotlin files."
522
539
}
523
540
},
524
541
"additionalProperties" : false ,
You can’t perform that action at this time.
0 commit comments