Skip to content

Commit

Permalink
[MegaLinter] Apply linters fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam authored and github-actions[bot] committed Jul 13, 2022
1 parent a91a01d commit 9fbe94b
Show file tree
Hide file tree
Showing 165 changed files with 3,552 additions and 3,552 deletions.
252 changes: 126 additions & 126 deletions README.md

Large diffs are not rendered by default.

186 changes: 93 additions & 93 deletions docs/all_linters.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Configuration is assisted with auto-completion and validation in most commonly u
| **ENV VAR** | **Default Value** | **Notes** |
|------------------------------------------------------------|------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| **ADDITIONAL_EXCLUDED_DIRECTORIES** | \[\] | List of additional excluded directory basenames. They are excluded at any nested level. |
| [**APPLY_FIXES**](configuration.md#apply-fixes) | `none` | Activates formatting and auto-fixing [(more info)](configuration.md#apply-fixes) |
| [**APPLY_FIXES**](configuration.md#apply-fixes) | `none` | Activates formatting and auto-fixing [(more info)](configuration.md#apply-fixes) |
| **DEFAULT_BRANCH** | `HEAD` | Deprecated: The name of the repository's default branch. |
| **DEFAULT_WORKSPACE** | `/tmp/lint` | The location containing files to lint if you are running locally. |
| **DISABLE_ERRORS** | `false` | Flag to have the linter complete with exit code 0 even if errors were detected. |
Expand All @@ -46,7 +46,7 @@ Configuration is assisted with auto-completion and validation in most commonly u
| **MARKDOWN_DEFAULT_STYLE** | `markdownlint` | Markdown default style to check/apply. `markdownlint`,`remark-lint` |
| **MEGALINTER_CONFIG** | `.mega-linter.yml` | Name of MegaLinter configuration file. Can be defined remotely, in that case set this environment variable with the remote URL of `.mega-linter.yml` config file |
| **PARALLEL** | `true` | Process linters in parallel to improve overall MegaLinter performance. If true, linters of same language or formats are grouped in the same parallel process to avoid lock issues if fixing the same files |
| [**PLUGINS**](plugins.md) | \[\] | List of plugin urls to install and run during MegaLinter run |
| [**PLUGINS**](plugins.md) | \[\] | List of plugin urls to install and run during MegaLinter run |
| [**POST_COMMANDS**](#post-commands) | \[\] | Custom bash commands to run after linters |
| [**PRE_COMMANDS**](#pre-commands) | \[\] | Custom bash commands to run before linters |
| **PRINT_ALPACA** | `true` | Enable printing alpaca image to console |
Expand Down
12 changes: 6 additions & 6 deletions docs/descriptors/action.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

## Linters

| Linter | Configuration key | Status |
| ------ | ----------------- | ------ |
| Linter | Configuration key | Status |
|------------------------------------|--------------------------------|----------------------------------------------------------------------------------------------------------------------------------|
| [actionlint](action_actionlint.md) | [ACTION](action_actionlint.md) | [![GitHub last commit](https://img.shields.io/github/last-commit/rhysd/actionlint)](https://github.com/rhysd/actionlint/commits) |

## Linted files
Expand All @@ -17,10 +17,10 @@

## Configuration in MegaLinter

| Variable | Description | Default value |
| ----------------- | -------------- | -------------- |
| ACTION_FILTER_REGEX_INCLUDE | Custom regex including filter | |
| ACTION_FILTER_REGEX_EXCLUDE | Custom regex excluding filter | |
| Variable | Description | Default value |
|-----------------------------|-------------------------------|---------------|
| ACTION_FILTER_REGEX_INCLUDE | Custom regex including filter | |
| ACTION_FILTER_REGEX_EXCLUDE | Custom regex excluding filter | |


## Behind the scenes
Expand Down
Loading

0 comments on commit 9fbe94b

Please sign in to comment.