You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -303,6 +303,7 @@ You can configure Super-linter using the following environment variables:
303
303
|**PHP_CONFIG_FILE**|`php.ini`| Filename for [PHP Configuration](https://www.php.net/manual/en/configuration.file.php) (ex: `php.ini`) |
304
304
|**PHP_PHPCS_FILE_NAME**|`phpcs.xml`| Filename for [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) (ex: `.phpcs.xml`, `.phpcs.xml.dist`) |
305
305
|**PHP_PHPSTAN_CONFIG_FILE**|`phpstan.neon`| Filename for [PHPStan Configuration](https://phpstan.org/config-reference) (ex: `phpstan.neon`) |
306
+
|**PRETTIER_COMMAND_OPTIONS**| not set | Additional options and arguments to add to the command when running Prettier. These options will be added to all Prettier invocations, regardless of the LANGUAGE. |
306
307
|**PROTOBUF_CONFIG_FILE**|`.protolintrc.yml`| Filename for [protolint configuration](https://github.com/yoheimuta/protolint/blob/master/_example/config/.protolint.yaml) (ex: `.protolintrc.yml`) |
307
308
|**PYTHON_BLACK_CONFIG_FILE**|`.python-black`| Filename for [black configuration](https://github.com/psf/black/blob/main/docs/guides/using_black_with_other_tools.md#black-compatible-configurations) (ex: `.isort.cfg`, `pyproject.toml`) |
308
309
|**PYTHON_FLAKE8_CONFIG_FILE**|`.flake8`| Filename for [flake8 configuration](https://flake8.pycqa.org/en/latest/user/configuration.html) (ex: `.flake8`, `tox.ini`) |
@@ -314,7 +315,7 @@ You can configure Super-linter using the following environment variables:
314
315
|**REMOVE_ANSI_COLOR_CODES_FROM_OUTPUT**|`false`| If set to `true`, Super-linter removes ANSI color codes from linters stdout and stderr files, and from the Super-linter log file. |
315
316
|**RUBY_CONFIG_FILE**|`.ruby-lint.yml`| Filename for [rubocop configuration](https://docs.rubocop.org/rubocop/configuration.html) (ex: `.ruby-lint.yml`, `.rubocop.yml`) |
316
317
|**RUN_LOCAL**|`false`| Set this to `true` when running outside GitHub Actions or when you want to disable getting environment information from the GitHub Actions environment. For more information about running Super-linter outside GitHub Actions, see [Run Super-Linter outside GitHub Actions](#run-super-linter-outside-github-actions). |
317
-
|**RUST_CLIPPY_COMMAND_OPTIONS**| not set | Additional options and arguments to pass to the command when running Clippy. |
318
+
|**RUST_CLIPPY_COMMAND_OPTIONS**| not set | Additional options and arguments to add to the command when running Clippy.|
318
319
|**SAVE_SUPER_LINTER_OUTPUT**|`false`| If set to `true`, Super-linter will save its output in the workspace. For more information, see [Super-linter outputs](#super-linter-outputs). |
319
320
|**SAVE_SUPER_LINTER_SUMMARY**|`false`| If set to `true`, Super-linter will save a summary. For more information, see [Summary outputs](#summary-outputs). |
320
321
|**SCALAFMT_CONFIG_FILE**|`.scalafmt.conf`| Filename for [scalafmt configuration](https://scalameta.org/scalafmt/docs/configuration.html) (ex: `.scalafmt.conf`) |
0 commit comments