This repository was archived by the owner on Aug 16, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -151,8 +151,14 @@ YAML settings:
151151 - **`enabled`**: Enable integration, defaults to true.
152152 - **`hadolint`**: Configuration for `hadolint` integration.
153153 - **`enabled`**: Enable integration, defaults to true.
154+ - **`golangci-lint`**: Configuration for `golangci-lint` integration.
155+ - **`enabled`**: Enable integration, defaults to true.
156+ - **`swiftlint`**: Configuration for `swiftlint` integration.
157+ - **`enabled`**: Enable integration, defaults to true.
158+ - **`phpstan`**: Configuration for `phpstan` integration.
159+ - **`enabled`**: Enable integration, defaults to true.
160+ - **`level`**: The [rule level](https://phpstan.org/user-guide/rule-levels) to run. Default is "1".
154161 - **`languagetool`**: Configuration for `languagetool` integration.
155-
156162 - **`enabled`**: Enable integration, defaults to true.
157163 - **`level`**: The level of the rule. It can be one `default` or `picky`.
158164 If set to `picky`, additional rules will be activated, i.e. rules that
@@ -189,6 +195,13 @@ YAML settings:
189195 enabled: true
190196 hadolint:
191197 enabled: true
198+ golangci-lint:
199+ enabled: true
200+ swiftlint:
201+ enabled: true
202+ phpstan:
203+ enabled: true
204+ level: "1"
192205 languagetool:
193206 enabled: true
194207 enabled_only: false
You can’t perform that action at this time.
0 commit comments