|
908 | 908 | "additionalProperties":false,
|
909 | 909 | "default": {},
|
910 | 910 | "description":"dotenv-linter is a tool for checking and fixing .env files for problems and best practices"
|
| 911 | +}, |
| 912 | +"htmlhint": { |
| 913 | +"type":"object", |
| 914 | +"properties": { |
| 915 | +"enabled": { |
| 916 | +"type":"boolean", |
| 917 | +"default":true, |
| 918 | +"description":"Enable HTMLHint | HTMLHint is a static code analysis tool for HTML files. | Enable HTMLHint integration. | v1.5.0" |
| 919 | +}, |
| 920 | +"config_file": { |
| 921 | +"type":"string", |
| 922 | +"description":"Optional path to the HTMLHint configuration file relative to the repository. This is useful when the configuration file is named differently than the default '.htmlhintrc'." |
| 923 | +} |
| 924 | +}, |
| 925 | +"additionalProperties":false, |
| 926 | +"description":"HTMLHint is a static code analysis tool for HTML files.", |
| 927 | +"default": {} |
| 928 | +}, |
| 929 | +"checkmake": { |
| 930 | +"type":"object", |
| 931 | +"properties": { |
| 932 | +"enabled": { |
| 933 | +"type":"boolean", |
| 934 | +"default":true, |
| 935 | +"description":"Enable checkmake | checkmake is a linter for Makefiles. | v0.2.2" |
| 936 | +} |
| 937 | +}, |
| 938 | +"additionalProperties":false, |
| 939 | +"default": {}, |
| 940 | +"description":"checkmake is a linter for Makefiles." |
911 | 941 | }
|
912 | 942 | },
|
913 | 943 | "additionalProperties":false,
|
|