Commit ac6bf96
Upgrade editorconfig-checker + set ARGs at the beginning of dockerfile (#3528)
* Bump mstruebing/editorconfig-checker from 2.7.2 to v3.0.1
Bumps mstruebing/editorconfig-checker from 2.7.2 to v3.0.1.
---
updated-dependencies:
- dependency-name: mstruebing/editorconfig-checker
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
* Use latest version of editorconfig-checker
* Reorder args
* Build: Write ARG lines at the top of Dockerfiles if they are used by FROM variables
Related to #3525
* cspell
* [MegaLinter] Apply linters fixes
* Fix ARM test cases
* Remove workflow telemetry to improve perfs
* Remove editorconfig trivy exception
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: nvuillam <[email protected]>1 parent c3a1f10 commit ac6bf96
File tree
149 files changed
+1466
-171
lines changed- .automation
- test/arm
- .github/workflows
- flavors
- c_cpp
- ci_light
- cupcake
- documentation
- dotnetweb
- dotnet
- formatters
- go
- javascript
- java
- php
- python
- ruby
- rust
- salesforce
- security
- swift
- terraform
- linters
- action_actionlint
- ansible_ansible_lint
- api_spectral
- arm_arm_ttk
- bash_exec
- bash_shellcheck
- bash_shfmt
- bicep_bicep_linter
- c_clang_format
- c_cpplint
- clojure_clj_kondo
- clojure_cljstyle
- cloudformation_cfn_lint
- coffee_coffeelint
- copypaste_jscpd
- cpp_clang_format
- cpp_cpplint
- csharp_csharpier
- csharp_dotnet_format
- csharp_roslynator
- css_scss_lint
- css_stylelint
- dart_dartanalyzer
- dockerfile_hadolint
- editorconfig_editorconfig_checker
- env_dotenv_linter
- gherkin_gherkin_lint
- go_golangci_lint
- go_revive
- graphql_graphql_schema_linter
- groovy_npm_groovy_lint
- html_djlint
- html_htmlhint
- java_checkstyle
- java_pmd
- javascript_es
- javascript_prettier
- javascript_standard
- json_eslint_plugin_jsonc
- json_jsonlint
- json_npm_package_json_lint
- json_prettier
- json_v8r
- jsx_eslint
- kotlin_detekt
- kotlin_ktlint
- kubernetes_helm
- kubernetes_kubeconform
- kubernetes_kubescape
- latex_chktex
- lua_luacheck
- makefile_checkmake
- markdown_markdown_link_check
- markdown_markdown_table_formatter
- markdown_markdownlint
- markdown_remark_lint
- openapi_spectral
- perl_perlcritic
- php_phpcs
- php_phplint
- php_phpstan
- php_psalm
- powershell_powershell_formatter
- powershell_powershell
- protobuf_protolint
- puppet_puppet_lint
- python_bandit
- python_black
- python_flake8
- python_isort
- python_mypy
- python_pylint
- python_pyright
- python_ruff
- r_lintr
- raku_raku
- repository_checkov
- repository_devskim
- repository_dustilock
- repository_git_diff
- repository_gitleaks
- repository_grype
- repository_kics
- repository_secretlint
- repository_semgrep
- repository_syft
- repository_trivy_sbom
- repository_trivy
- repository_trufflehog
- rst_rst_lint
- rst_rstcheck
- rst_rstfmt
- ruby_rubocop
- rust_clippy
- salesforce_lightning_flow_scanner
- salesforce_sfdx_scanner_apex
- salesforce_sfdx_scanner_aura
- salesforce_sfdx_scanner_lwc
- scala_scalafix
- snakemake_lint
- snakemake_snakefmt
- spell_cspell
- spell_lychee
- spell_proselint
- spell_vale
- sql_sql_lint
- sql_sqlfluff
- sql_tsqllint
- swift_swiftlint
- tekton_tekton_lint
- terraform_terraform_fmt
- terraform_terragrunt
- terraform_terrascan
- terraform_tflint
- tsx_eslint
- typescript_es
- typescript_prettier
- typescript_standard
- vbdotnet_dotnet_format
- xml_xmllint
- yaml_prettier
- yaml_v8r
- yaml_yamllint
- megalinter/descriptors
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
149 files changed
+1466
-171
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
418 | 418 | | |
419 | 419 | | |
420 | 420 | | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
421 | 432 | | |
422 | 433 | | |
423 | 434 | | |
| |||
426 | 437 | | |
427 | 438 | | |
428 | 439 | | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
429 | 446 | | |
430 | 447 | | |
431 | 448 | | |
432 | 449 | | |
433 | | - | |
| 450 | + | |
434 | 451 | | |
435 | 452 | | |
436 | 453 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | 8 | | |
13 | 9 | | |
14 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
10 | 17 | | |
11 | 18 | | |
12 | 19 | | |
| |||
19 | 26 | | |
20 | 27 | | |
21 | 28 | | |
22 | | - | |
| 29 | + | |
23 | 30 | | |
24 | 31 | | |
25 | 32 | | |
| |||
50 | 57 | | |
51 | 58 | | |
52 | 59 | | |
53 | | - | |
54 | 60 | | |
55 | 61 | | |
56 | 62 | | |
| |||
67 | 73 | | |
68 | 74 | | |
69 | 75 | | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
70 | 79 | | |
71 | 80 | | |
72 | 81 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
11 | 18 | | |
12 | 19 | | |
13 | 20 | | |
| |||
20 | 27 | | |
21 | 28 | | |
22 | 29 | | |
23 | | - | |
| 30 | + | |
24 | 31 | | |
25 | 32 | | |
26 | 33 | | |
| |||
34 | 41 | | |
35 | 42 | | |
36 | 43 | | |
37 | | - | |
38 | 44 | | |
39 | 45 | | |
40 | 46 | | |
| |||
43 | 49 | | |
44 | 50 | | |
45 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
46 | 55 | | |
47 | 56 | | |
48 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
11 | 18 | | |
12 | 19 | | |
13 | 20 | | |
| |||
24 | 31 | | |
25 | 32 | | |
26 | 33 | | |
27 | | - | |
28 | 34 | | |
29 | 35 | | |
30 | 36 | | |
| |||
33 | 39 | | |
34 | 40 | | |
35 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
36 | 45 | | |
37 | 46 | | |
38 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
11 | 18 | | |
12 | 19 | | |
13 | 20 | | |
| |||
20 | 27 | | |
21 | 28 | | |
22 | 29 | | |
23 | | - | |
| 30 | + | |
24 | 31 | | |
25 | 32 | | |
26 | 33 | | |
| |||
45 | 52 | | |
46 | 53 | | |
47 | 54 | | |
48 | | - | |
49 | 55 | | |
50 | 56 | | |
51 | 57 | | |
| |||
54 | 60 | | |
55 | 61 | | |
56 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
57 | 66 | | |
58 | 67 | | |
59 | 68 | | |
| |||
0 commit comments