Skip to content

Commit 25a053e

Browse files
Update schema.v2.json
1 parent 9680877 commit 25a053e

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

static/schema/schema.v2.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -380,20 +380,20 @@
380380
"enabled": {
381381
"type": "boolean",
382382
"default": true,
383-
"description": "Enable ShellCheck | ShellCheck is a static analysis tool that finds bugs in your shell. | Enable shellcheck integration. | v0.10.0"
383+
"description": "Enable ShellCheck | ShellCheck is a static analysis tool that finds bugs in your shell. | Enable ShellCheck integration. | v0.10.0"
384384
}
385385
},
386386
"additionalProperties": false,
387387
"default": {},
388-
"description": "Shellcheck is a static analysis tool that finds bugs in your shell scripts."
388+
"description": "ShellCheck is a static analysis tool that finds bugs in your shell scripts."
389389
},
390390
"ruff": {
391391
"type": "object",
392392
"properties": {
393393
"enabled": {
394394
"type": "boolean",
395395
"default": true,
396-
"description": "Enable Ruff | Ruff is a Python linter and code formatter. | Enable ruff integration. | v0.8.2"
396+
"description": "Enable Ruff | Ruff is a Python linter and code formatter. | Enable Ruff integration. | v0.8.2"
397397
}
398398
},
399399
"additionalProperties": false,
@@ -583,12 +583,12 @@
583583
"enabled": {
584584
"type": "boolean",
585585
"default": true,
586-
"description": "Enable Yamllint | yamllint is a linter for YAML files. | Enable yamllint integration. | v1.35.1"
586+
"description": "Enable YAMLlint | YAMLlint is a linter for YAML files. | Enable YAMLlint integration. | v1.35.1"
587587
}
588588
},
589589
"additionalProperties": false,
590590
"default": {},
591-
"description": "yamllint is a linter for YAML files."
591+
"description": "YAMLlint is a linter for YAML files."
592592
},
593593
"gitleaks": {
594594
"type": "object",
@@ -622,11 +622,11 @@
622622
"enabled": {
623623
"type": "boolean",
624624
"default": true,
625-
"description": "Enable Detekt | Detekt is a static code analysis tool for Kotlin files. | v1.23.7"
625+
"description": "Enable detekt | detekt is a static code analysis tool for Kotlin files. | v1.23.7"
626626
},
627627
"config_file": {
628628
"type": "string",
629-
"description": "Optional path to the Detekt configuration file relative to the repository."
629+
"description": "Optional path to the detekt configuration file relative to the repository."
630630
}
631631
},
632632
"additionalProperties": false,
@@ -652,7 +652,7 @@
652652
"enabled": {
653653
"type": "boolean",
654654
"default": true,
655-
"description": "Enable Rubocop | RuboCop is a Ruby static code analyzer (a.k.a. linter ) and code formatter. | v1.69.1"
655+
"description": "Enable RuboCop | RuboCop is a Ruby static code analyzer (a.k.a. linter ) and code formatter. | v1.69.1"
656656
}
657657
},
658658
"additionalProperties": false,
@@ -691,7 +691,7 @@
691691
"enabled": {
692692
"type": "boolean",
693693
"default": true,
694-
"description": "Enable Actionlint | is a static checker for GitHub Actions workflow files. | v1.7.4"
694+
"description": "Enable actionlint | is a static checker for GitHub Actions workflow files. | v1.7.4"
695695
}
696696
},
697697
"additionalProperties": false,
@@ -704,11 +704,11 @@
704704
"enabled": {
705705
"type": "boolean",
706706
"default": true,
707-
"description": "Enable Pmd | PMD is an extensible multilanguage static code analyzer. It’s mainly concerned with Java. | v7.8.0"
707+
"description": "Enable PMD | PMD is an extensible multilanguage static code analyzer. It’s mainly concerned with Java. | v7.8.0"
708708
},
709709
"config_file": {
710710
"type": "string",
711-
"description": "Optional path to the Pmd configuration file relative to the repository."
711+
"description": "Optional path to the PMD configuration file relative to the repository."
712712
}
713713
},
714714
"additionalProperties": false,
@@ -751,12 +751,12 @@
751751
"enabled": {
752752
"type": "boolean",
753753
"default": true,
754-
"description": "Enable CircleCi | CircleCi tool is a static checker for CircleCi config files. | v0.1.31151"
754+
"description": "Enable CircleCI | CircleCI tool is a static checker for CircleCI config files. | v0.1.31151"
755755
}
756756
},
757757
"additionalProperties": false,
758758
"default": {},
759-
"description": "CircleCi tool is a static checker for CircleCi config files."
759+
"description": "CircleCI tool is a static checker for CircleCI config files."
760760
}
761761
},
762762
"additionalProperties": false,

0 commit comments

Comments
 (0)