8000 Apply megalinter autofixes by the-simmon · Pull Request #1295 · secureCodeBox/secureCodeBox · GitHub
[go: up one dir, main page]

Skip to content

Apply megalinter autofixes#1295

Closed
the-simmon wants to merge 2 commits intomainfrom
megalinter_fixall
Closed

Apply megalinter autofixes#1295
the-simmon wants to merge 2 commits intomainfrom
megalinter_fixall

Conversation

@the-simmon
Copy link
Contributor

This PR executed npx mega-linter-runner --fix --env VALIDATE_ALL_CODEBASE=true.

+----SUMMARY---+---------------------+---------------+-------+-------+--------+--------------+
| Descriptor   | Linter              | Mode          | Files | Fixed | Errors | Elapsed time |
+--------------+---------------------+---------------+-------+-------+--------+--------------+
| ◬ ACTION     | actionlint          | list_of_files |     7 |       |     17 |        0.35s |
| ◬ BASH       | bash-exec           | file          |    20 |       |      6 |        0.07s |
| ◬ BASH       | shellcheck          | list_of_files |    20 |       |     26 |        0.51s |
| ✅ BASH      | shfmt               | list_of_files |    20 |    14 |      0 |        0.44s |
| ◬ DOCKERFILE | dockerfilelint      | file          |    57 |       |      9 |       30.11s |
| ◬ DOCKERFILE | hadolint            | file          |    57 |       |     44 |       10.07s |
| ✅ GIT       | git_diff            | project       |   n/a |       |      0 |        0.43s |
| ◬ GO         | golangci-lint       | file          |    47 |       |     46 |       78.61s |
| ◬ GO         | revive              | file          |    47 |       |     12 |        0.73s |
| ✅ GROOVY    | npm-groovy-lint     | file          |     2 |     0 |      0 |       23.51s |
| ◬ HTML       | htmlhint            | list_of_files |     1 |       |      1 |        1.49s |
| ◬ JAVA       | checkstyle          | file          |    34 |       |     34 |       85.36s |
| ◬ JAVASCRIPT | eslint              | list_of_files |    93 |     0 |      1 |        2.54s |
| ✅ JSON      | eslint-plugin-jsonc | list_of_files |   139 |     1 |      0 |       11.54s |
| ◬ JSON       | jsonlint            | file          |   139 |       |      2 |       70.94s |
| ✅ JSON      | prettier            | list_of_files |   139 |    67 |      0 |        5.86s |
| ✅ JSON      | v8r                 | file          |   139 |       |      0 |      189.18s |
| ✅ PHP       | php                 | file          |     3 |       |      0 |        0.33s |
| ◬ PHP        | phpcs               | list_of_files |     3 |       |      1 |        0.19s |
| ✅ PHP       | phplint             | list_of_files |     3 |       |      0 |        0.41s |
| ✅ PHP       | phpstan             | list_of_files |     3 |       |      0 |        4.08s |
| ◬ PHP        | psalm               | list_of_files |     3 |       |      1 |         1.2s |
| ◬ PYTHON     | bandit              | list_of_files |    38 |       |     24 |        2.19s |
| ✅ PYTHON    | black               | list_of_files |    38 |    36 |      0 |        4.56s |
| ◬ PYTHON     | flake8              | list_of_files |    38 |       |    254 |        1.52s |
| ✅ PYTHON    | isort               | list_of_files |    38 |    36 |      0 |        1.29s |
| ◬ PYTHON     | pylint              | list_of_files |    38 |       |     72 |       28.88s |
| ✅ SPELL     | misspell            | list_of_files |  1100 |    38 |      0 |        6.47s |
| ◬ TYPESCRIPT | eslint              | list_of_files |    27 |     1 |      1 |        2.17s |
| ◬ XML        | xmllint             | list_of_files |    18 |       |      1 |        0.04s |
| ◬ YAML       | prettier            | list_of_files |   462 |   177 |      1 |       37.91s |
| ◬ YAML       | v8r                 | file          |   462 |       |      7 |      394.76s |
| ◬ YAML       | yamllint            | list_of_files |   462 |       |      1 |       50.56s |
+--------------+---------------------+---------------+-------+-------+--------+--------------+

the-simmon and others added 2 commits August 3, 2022 14:44
Signed-off-by: Simon Hülkenberg <simon.huelkenberg@iteratec.com>
Signed-off-by: GitHub Actions <securecodebox@iteratec.com>
@github-actions
Copy link
github-actions bot commented Aug 3, 2022

MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 2 0 0.05s
⚠️ BASH bash-exec 14 4 0.06s
⚠️ BASH shellcheck 14 18 0.21s
✅ BASH shfmt 14 0 0.01s
✅ DOCKERFILE dockerfilelint 1 0 0.42s
✅ DOCKERFILE hadolint 1 0 0.08s
✅ GIT git_diff yes no 0.16s
⚠️ GO golangci-lint 5 5 11.8s
⚠️ GO revive 5 2 0.1s
⚠️ JAVA checkstyle 2 2 4.91s
⚠️ JAVASCRIPT eslint 5 1 0.58s
✅ JSON eslint-plugin-jsonc 67 0 4.11s
⚠️ JSON jsonlint 67 1 17.77s
✅ JSON prettier 67 0 4.0s
✅ JSON v8r 67 0 62.36s
⚠️ PYTHON bandit 36 24 1.01s
✅ PYTHON black 36 0 1.49s
⚠️ PYTHON flake8 36 252 1.23s
✅ PYTHON isort 36 0 0.19s
⚠️ PYTHON pylint 36 72 10.84s
✅ SPELL misspell 309 0 2.9s
⚠️ TYPESCRIPT eslint 1 1 0.37s
⚠️ XML xmllint 1 1 0.01s
⚠️ YAML prettier 177 1 14.72s
⚠️ YAML v8r 177 5 236.85s
⚠️ YAML yamllint 177 1 27.78s

See errors details in artifact MegaLinter reports on CI Job page
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

@the-simmon the-simmon closed this Aug 31, 2022
@Weltraumschaf Weltraumschaf deleted the megalinter_fixall branch February 21, 2023 19:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

0