Skip to content

Commit 325ae13

Browse files
Javy de KoningStewartW
Javy de Koning
authored andcommitted
Linter upgrade and fixes
1 parent 854fb8d commit 325ae13

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.github/workflows/mega-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: MegaLinter
2929
id: ml
30-
uses: oxsecurity/megalinter@v8.1.0
30+
uses: oxsecurity/megalinter@v8.4.2
3131
env:
3232
# All available variables are described in documentation
3333
# https://megalinter.io/configuration/

docs/installation-guide.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ Please note that building on *Windows* is not supported, please use the
9292
This should return a table that is possibly empty.
9393
- Additionally, running `docker --version` should return version 19 or
9494
later.
95+
<!-- markdown-link-check-disable-next-line -->
9596
- [make](https://www.gnu.org/software/make/)
9697
- To test if it is available, run `make --version`.
9798
This should return 4.3 or later.
@@ -101,6 +102,7 @@ Please note that building on *Windows* is not supported, please use the
101102
- [jq](https://github.com/jqlang/jq)
102103
- To test if it is available, run `jq --version`.
103104
This version should be 1.6 or later.
105+
<!-- markdown-link-check-disable-next-line -->
104106
- [sed](https://www.gnu.org/software/sed/)
105107
- To test if it is available, run `sed --version`.
106108
This should return 4.3 or later.

samples/sample-service-catalog-product/productX/template.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ Parameters:
4747
Resources:
4848
Cloud9Instance:
4949
Type: AWS::Cloud9::EnvironmentEC2
50+
Metadata:
51+
cfn-lint:
52+
config:
53+
ignore_checks:
54+
- E1152
5055
Properties:
5156
AutomaticStopTimeMinutes: !Ref AutomaticStopTimeInMinutes
5257
Description: !Ref InstanceDescription

0 commit comments

Comments
 (0)