Skip to content

Commit

Permalink
Update editorconfig-checker to 2.7.0 (refs #1282) (#2349)
Browse files Browse the repository at this point in the history
  • Loading branch information
rasa authored Feb 12, 2023
1 parent e2de27c commit 5c48e0f
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 18 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- [terraform-fmt](https://www.terraform.io/docs/cli/commands/fmt.html) from 1.3.7 to **1.3.8** on 2023-02-11
- [spectral](https://meta.stoplight.io/docs/spectral/README.md) from 6.5.0 to **6.6.0** on 2023-02-11
- [terrascan](https://www.accurics.com/products/terrascan/) from 1.16.0 to **1.18.0** on 2023-02-11
- [editorconfig-checker](https://editorconfig-checker.github.io/) from 2.4.0 to **2.7.0** on 2022-02-11
- [cspell](https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell) from 6.22.0 to **6.23.0** on 2023-02-11
<!-- linter-versions-end -->

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
FROM mvdan/shfmt:latest-alpine as shfmt
FROM cljkondo/clj-kondo:2023.01.20-alpine as clj-kondo
FROM hadolint/hadolint:v2.12.0-alpine as hadolint
FROM mstruebing/editorconfig-checker:2.4.0 as editorconfig-checker
FROM mstruebing/editorconfig-checker:2.7.0 as editorconfig-checker
FROM ghcr.io/assignuser/chktex-alpine:latest as chktex
FROM yoheimuta/protolint:latest as protolint
FROM zricethezav/gitleaks:v8.15.3 as gitleaks
Expand Down
5 changes: 2 additions & 3 deletions docs/descriptors/editorconfig_editorconfig_checker.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ description: How to use editorconfig-checker (configure, ignore files, ignore er

## editorconfig-checker documentation

- Version in MegaLinter: **2.4.0**
- Version in MegaLinter: **2.7.0**
- Visit [Official Web Site](https://editorconfig-checker.github.io/){target=_blank}
- See [How to configure editorconfig-checker rules](https://github.com/editorconfig-checker/editorconfig-checker#configuration){target=_blank}
- See [How to disable editorconfig-checker rules in files](https://github.com/editorconfig-checker/editorconfig-checker#excluding){target=_blank}
Expand Down Expand Up @@ -127,7 +127,6 @@ USAGE:

- Dockerfile commands :
```dockerfile
FROM mstruebing/editorconfig-checker:2.4.0 as editorconfig-checker
FROM mstruebing/editorconfig-checker:2.7.0 as editorconfig-checker
COPY --from=editorconfig-checker /usr/bin/ec /usr/bin/editorconfig-checker
```

2 changes: 1 addition & 1 deletion flavors/cupcake/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
FROM mvdan/shfmt:latest-alpine as shfmt
FROM cljkondo/clj-kondo:2023.01.20-alpine as clj-kondo
FROM hadolint/hadolint:v2.12.0-alpine as hadolint
FROM mstruebing/editorconfig-checker:2.4.0 as editorconfig-checker
FROM mstruebing/editorconfig-checker:2.7.0 as editorconfig-checker
FROM zricethezav/gitleaks:v8.15.3 as gitleaks
FROM ghcr.io/terraform-linters/tflint:v0.44.1 as tflint
FROM tenable/terrascan:1.18.0 as terrascan
Expand Down
2 changes: 1 addition & 1 deletion flavors/documentation/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#FROM__START
FROM mvdan/shfmt:latest-alpine as shfmt
FROM hadolint/hadolint:v2.12.0-alpine as hadolint
FROM mstruebing/editorconfig-checker:2.4.0 as editorconfig-checker
FROM mstruebing/editorconfig-checker:2.7.0 as editorconfig-checker
FROM yoheimuta/protolint:latest as protolint
FROM zricethezav/gitleaks:v8.15.3 as gitleaks
#FROM__END
Expand Down
2 changes: 1 addition & 1 deletion flavors/dotnet/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#FROM__START
FROM mvdan/shfmt:latest-alpine as shfmt
FROM hadolint/hadolint:v2.12.0-alpine as hadolint
FROM mstruebing/editorconfig-checker:2.4.0 as editorconfig-checker
FROM mstruebing/editorconfig-checker:2.7.0 as editorconfig-checker
FROM yoheimuta/protolint:latest as protolint
FROM zricethezav/gitleaks:v8.15.3 as gitleaks
#FROM__END
Expand Down
2 changes: 1 addition & 1 deletion flavors/go/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#FROM__START
FROM mvdan/shfmt:latest-alpine as shfmt
FROM hadolint/hadolint:v2.12.0-alpine as hadolint
FROM mstruebing/editorconfig-checker:2.4.0 as editorconfig-checker
FROM mstruebing/editorconfig-checker:2.7.0 as editorconfig-checker
FROM yoheimuta/protolint:latest as protolint
FROM zricethezav/gitleaks:v8.15.3 as gitleaks
#FROM__END
Expand Down
2 changes: 1 addition & 1 deletion flavors/java/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
FROM mvdan/shfmt:latest-alpine as shfmt
FROM cljkondo/clj-kondo:2023.01.20-alpine as clj-kondo
FROM hadolint/hadolint:v2.12.0-alpine as hadolint
FROM mstruebing/editorconfig-checker:2.4.0 as editorconfig-checker
FROM mstruebing/editorconfig-checker:2.7.0 as editorconfig-checker
FROM yoheimuta/protolint:latest as protolint
FROM zricethezav/gitleaks:v8.15.3 as gitleaks
#FROM__END
Expand Down
2 changes: 1 addition & 1 deletion flavors/javascript/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#FROM__START
FROM mvdan/shfmt:latest-alpine as shfmt
FROM hadolint/hadolint:v2.12.0-alpine as hadolint
FROM mstruebing/editorconfig-checker:2.4.0 as editorconfig-checker
FROM mstruebing/editorconfig-checker:2.7.0 as editorconfig-checker
FROM yoheimuta/protolint:latest as protolint
FROM zricethezav/gitleaks:v8.15.3 as gitleaks
#FROM__END
Expand Down
2 changes: 1 addition & 1 deletion flavors/php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#FROM__START
FROM mvdan/shfmt:latest-alpine as shfmt
FROM hadolint/hadolint:v2.12.0-alpine as hadolint
FROM mstruebing/editorconfig-checker:2.4.0 as editorconfig-checker
FROM mstruebing/editorconfig-checker:2.7.0 as editorconfig-checker
FROM yoheimuta/protolint:latest as protolint
FROM zricethezav/gitleaks:v8.15.3 as gitleaks
#FROM__END
Expand Down
2 changes: 1 addition & 1 deletion flavors/python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#FROM__START
FROM mvdan/shfmt:latest-alpine as shfmt
FROM hadolint/hadolint:v2.12.0-alpine as hadolint
FROM mstruebing/editorconfig-checker:2.4.0 as editorconfig-checker
FROM mstruebing/editorconfig-checker:2.7.0 as editorconfig-checker
FROM yoheimuta/protolint:latest as protolint
FROM zricethezav/gitleaks:v8.15.3 as gitleaks
#FROM__END
Expand Down
2 changes: 1 addition & 1 deletion flavors/ruby/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#FROM__START
FROM mvdan/shfmt:latest-alpine as shfmt
FROM hadolint/hadolint:v2.12.0-alpine as hadolint
FROM mstruebing/editorconfig-checker:2.4.0 as editorconfig-checker
FROM mstruebing/editorconfig-checker:2.7.0 as editorconfig-checker
FROM yoheimuta/protolint:latest as protolint
FROM zricethezav/gitleaks:v8.15.3 as gitleaks
#FROM__END
Expand Down
2 changes: 1 addition & 1 deletion flavors/rust/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#FROM__START
FROM mvdan/shfmt:latest-alpine as shfmt
FROM hadolint/hadolint:v2.12.0-alpine as hadolint
FROM mstruebing/editorconfig-checker:2.4.0 as editorconfig-checker
FROM mstruebing/editorconfig-checker:2.7.0 as editorconfig-checker
FROM yoheimuta/protolint:latest as protolint
FROM zricethezav/gitleaks:v8.15.3 as gitleaks
#FROM__END
Expand Down
2 changes: 1 addition & 1 deletion flavors/salesforce/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#FROM__START
FROM mvdan/shfmt:latest-alpine as shfmt
FROM hadolint/hadolint:v2.12.0-alpine as hadolint
FROM mstruebing/editorconfig-checker:2.4.0 as editorconfig-checker
FROM mstruebing/editorconfig-checker:2.7.0 as editorconfig-checker
FROM yoheimuta/protolint:latest as protolint
FROM zricethezav/gitleaks:v8.15.3 as gitleaks
#FROM__END
Expand Down
2 changes: 1 addition & 1 deletion flavors/swift/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#FROM__START
FROM mvdan/shfmt:latest-alpine as shfmt
FROM hadolint/hadolint:v2.12.0-alpine as hadolint
FROM mstruebing/editorconfig-checker:2.4.0 as editorconfig-checker
FROM mstruebing/editorconfig-checker:2.7.0 as editorconfig-checker
FROM yoheimuta/protolint:latest as protolint
FROM zricethezav/gitleaks:v8.15.3 as gitleaks
#FROM__END
Expand Down
2 changes: 1 addition & 1 deletion flavors/terraform/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#FROM__START
FROM mvdan/shfmt:latest-alpine as shfmt
FROM hadolint/hadolint:v2.12.0-alpine as hadolint
FROM mstruebing/editorconfig-checker:2.4.0 as editorconfig-checker
FROM mstruebing/editorconfig-checker:2.7.0 as editorconfig-checker
FROM yoheimuta/protolint:latest as protolint
FROM zricethezav/gitleaks:v8.15.3 as gitleaks
FROM ghcr.io/terraform-linters/tflint:v0.44.1 as tflint
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ linters:
- "editorconfig-checker myfile.js"
install:
dockerfile:
- FROM mstruebing/editorconfig-checker:2.4.0 as editorconfig-checker
- FROM mstruebing/editorconfig-checker:2.7.0 as editorconfig-checker
- COPY --from=editorconfig-checker /usr/bin/ec /usr/bin/editorconfig-checker

0 comments on commit 5c48e0f

Please sign in to comment.