Skip to content

Commit

Permalink
[automation] Auto-update linters version, help and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam authored Jul 13, 2022
1 parent 7c776cf commit a91a01d
Show file tree
Hide file tree
Showing 199 changed files with 4,939 additions and 4,943 deletions.
550 changes: 275 additions & 275 deletions .automation/generated/linter-helps.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions .automation/generated/linter-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"bash-exec": "5.1.16",
"black": "22.6.0",
"cfn-lint": "0.61.2",
"checkov": "2.1.43",
"checkov": "2.1.49",
"checkstyle": "10.3.1",
"chktex": "1.7.6",
"clippy": "0.1.62",
Expand Down Expand Up @@ -51,7 +51,7 @@
"php": "7.4.26",
"phpcs": "3.7.1",
"phplint": "3.0",
"phpstan": "1.8.0",
"phpstan": "1.8.1",
"powershell": "7.2.5",
"prettier": "2.7.1",
"protolint": "0.38.2",
Expand Down Expand Up @@ -83,7 +83,7 @@
"standard": "15.0.1",
"stylelint": "14.9.1",
"swiftlint": "0.46.5",
"syft": "0.50.0",
"syft": "0.51.0",
"tekton-lint": "0.6.0",
"terraform-fmt": "1.2.4",
"terragrunt": "0.38.4",
Expand Down
202 changes: 101 additions & 101 deletions .automation/generated/megalinter-users.json

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
Note: Can be used with `megalinter/megalinter@beta` in your GitHub Action mega-linter.yml file, or with `megalinter/megalinter:beta` docker image

- Linter versions upgrades
- [phpstan](https://phpstan.org/) from 1.8.0 to **1.8.1** on 2022-07-13
- [syft](https://github.com/anchore/syft) from 0.50.0 to **0.51.0** on 2022-07-13
- [checkov](https://www.checkov.io/) from 2.1.43 to **2.1.49** on 2022-07-13
<!-- linter-versions-end -->

## [v6.0.3] - 2022-07-11
Expand Down
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 a91a01d

Please sign in to comment.