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
|**IGNORE_GENERATED_FILES**|`false`| If set to `true`, super-linter will ignore all the files with `@generated` marker but without `@not-generated` marker. Jscpd and Checkov ignore this variable. Use their include and ignore features to select or ignore the files to lint. |
288
288
|**IGNORE_GITIGNORED_FILES**|`false`| If set to `true`, super-linter will ignore all the files that are ignored by Git. Jscpd and Checkov ignore this variable. Use their include and ignore features to select or ignore the files to lint. |
289
+
|**JAVA_COMMAND_ARGS**| not set | Additional Java JRE arguments passed to the checkstyle linter that can be used to specify additional configuration parameters via Java properties, such as [Suppression Filter files](https://checkstyle.org/filters/suppressionfilter.html), for example: `-Dorg.checkstyle.sun.suppressionfilter.config=path/to/suppressions.xml`|
289
290
|**JAVA_FILE_NAME**|`sun_checks.xml`| Filename for [Checkstyle configuration](https://checkstyle.sourceforge.io/config.html). Checkstyle embeds several configuration files, such as `sun_checks.xml`, `google_checks.xml` that you can use without providing your own configuration file. |
290
291
|**JAVASCRIPT_ES_CONFIG_FILE**|`.eslintrc.yml`| Filename for [ESLint configuration](https://eslint.org/docs/user-guide/configuring#configuration-file-formats) (ex: `.eslintrc.yml`, `.eslintrc.json`) |
291
292
|**JSCPD_CONFIG_FILE**|`.jscpd.json`| Filename for JSCPD configuration |
0 commit comments