File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -144,8 +144,11 @@ YAML settings:
144
144
- **`enabled`**: Enable integration, defaults to true.
145
145
- **`shellcheck`**: Configuration for `shellcheck` integration.
146
146
- **`enabled`**: Enable integration, defaults to true.
147
+ - **`biome`**: Configuration for `biome` integration.
148
+ - **`enabled`**: Enable integration, defaults to true.
149
+ - **`hadolint`**: Configuration for `hadolint` integration.
150
+ - **`enabled`**: Enable integration, defaults to true.
147
151
- **`languagetool`**: Configuration for `languagetool` integration.
148
-
149
152
- **`enabled`**: Enable integration, defaults to true.
150
153
- **`level`**: The level of the rule. It can be one `default` or `picky`.
151
154
If set to `picky`, additional rules will be activated, i.e. rules that
@@ -178,6 +181,10 @@ YAML settings:
178
181
enabled: true
179
182
shellcheck:
180
183
enabled: true
184
+ biome:
185
+ enabled: true
186
+ hadolint:
187
+ enabled: true
181
188
languagetool:
182
189
enabled: true
183
190
enabled_only: false
You can’t perform that action at this time.
0 commit comments