Commit graph

2207 commits

Author SHA1 Message Date
Michael Shimokura
a5cada70f8 Revert "rename the variable to EDITORCONFIG_CHECKER_FILE_NAME for clarity"
This reverts commit 23a463867d.
2020-10-09 09:13:37 -04:00
Michael Shimokura
23a463867d rename the variable to EDITORCONFIG_CHECKER_FILE_NAME for clarity 2020-10-09 09:02:12 -04:00
Andrei Artemov
56b32c3704 Fetch full git history to get a proper list of changed files within super-linter 2020-10-09 14:17:56 +03:00
Pascal Bourdier
32a5945dd8 embedding the negation in the existing if 2020-10-09 11:53:34 +02:00
Pascal Bourdier
d975791bb9 ignore kustomize file with kubeval
currently, kubeval doesn't support kustomize file

so kubeval returns a false-positive about a missing `metadata` key:
```
2020-10-09 06:19:19 [ERROR ]   Found errors in [kubeval] linter!
2020-10-09 06:19:19 [ERROR ]   [ERR  - .../kustomization.yml: Missing 'metadata' key]
2020-10-09 06:19:19 [ERROR ]   Linter CMD:[kubeval --strict .../kustomization.yml]
```
2020-10-09 09:02:09 +02:00
Michael Shimokura
cd4798ea04 only assign EDITORCONFIG_FILE_NAME if not already assigned 2020-10-08 16:17:29 -04:00
Michael Shimokura
6271f5f350 fix README link 2020-10-08 16:10:44 -04:00
Theo Beers
2d0b5970cd
Fix probable typo in .markdown-lint.yml
Replacing `808` with `80`. As discussed in issue #816.
2020-10-08 21:33:39 +02:00
Michael Shimokura
1312a3a3e4 use the .ecrc file 2020-10-08 15:27:47 -04:00
Lukas Gravley
2e126e59e2
Merge pull request #821 from TimJones/Terragrunt
Add support for Terragrunt files
2020-10-08 12:50:13 -05:00
Tim Jones
a8746a7159 Add support for Terragrunt files 2020-10-08 18:18:22 +02:00
Lukas Gravley
2bcd235132
Merge pull request #819 from github/fixDoc
adding rules
2020-10-08 09:29:20 -05:00
Lukas Gravley
c3a73ea73e
Merge pull request #818 from github/fixHadolint
Fix hadolint
2020-10-08 09:29:05 -05:00
Lukas Gravley
1ea66c1dd2
adding rules 2020-10-08 09:22:17 -05:00
Lucas Gravley
68d629d461 fix pip 2020-10-08 09:14:31 -05:00
Lucas Gravley
08c1113afc fix it 2020-10-08 09:11:26 -05:00
Lucas Gravley
2bec091dbb adding rules 2020-10-08 09:05:32 -05:00
Lucas Gravley
ae512c87d0 Merge branch 'master' into patch-2 2020-10-08 08:47:45 -05:00
Lukas Gravley
d30864bfb5
Merge pull request #815 from ferrarimarco/generalize-rules
Dynamically load linter rules
2020-10-07 12:54:33 -05:00
Marco Ferrari
a2b3938ea2 Dynamically load linter rules 2020-10-07 19:02:36 +02:00
Lukas Gravley
1977cb86e0
Merge pull request #808 from PeterDaveHello/patch-1
Remove unnecessary --update for apk in Dockerfile
2020-10-07 11:37:13 -05:00
Lukas Gravley
4a3f58b3bf
Merge pull request #810 from github/dependabot/pip/dependencies/cfn-lint-0.37.1
Bump cfn-lint from 0.37.0 to 0.37.1 in /dependencies
2020-10-07 11:18:44 -05:00
Lukas Gravley
f577942e53
Merge pull request #811 from github/dependabot/pip/dependencies/snakefmt-0.2.2
Bump snakefmt from 0.2.1 to 0.2.2 in /dependencies
2020-10-07 11:18:31 -05:00
Lukas Gravley
c713278cb8
Merge pull request #814 from omusavi/doc-fix
Fix documentation error with VALIDATE_MD being renamed
2020-10-07 11:18:16 -05:00
Lukas Gravley
494518d099
Merge pull request #803 from ferrarimarco/centralize-file-listing-logic
Centralize file list building logic in buildFileList.sh
2020-10-07 11:16:26 -05:00
Marco Ferrari
68e15659b8 Centralize file list building logic in buildFileList.sh 2020-10-07 16:36:49 +02:00
Lukas Gravley
411ff990da
Merge pull request #802 from ferrarimarco/dynamically-init-file-arrays
Dynamically initialize FILE_ARRAY variables, add a missing export
2020-10-07 09:14:18 -05:00
dependabot[bot]
a743f97b6c
Bump snakefmt from 0.2.1 to 0.2.2 in /dependencies
Bumps [snakefmt](https://github.com/snakemake/snakefmt) from 0.2.1 to 0.2.2.
- [Release notes](https://github.com/snakemake/snakefmt/releases)
- [Changelog](https://github.com/snakemake/snakefmt/blob/master/CHANGELOG.md)
- [Commits](https://github.com/snakemake/snakefmt/compare/0.2.1...0.2.2)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-07 05:52:20 +00:00
dependabot[bot]
ed717fa7b4
Bump cfn-lint from 0.37.0 to 0.37.1 in /dependencies
Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-python-lint) from 0.37.0 to 0.37.1.
- [Release notes](https://github.com/aws-cloudformation/cfn-python-lint/releases)
- [Changelog](https://github.com/aws-cloudformation/cfn-python-lint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/aws-cloudformation/cfn-python-lint/compare/v0.37.0...v0.37.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-07 05:48:40 +00:00
Omeed Musavi
b69b2b124b Fix documentation error with VALIDATE_MD being renamed to VALIDATE_MARKDOWN 2020-10-06 15:05:15 -04:00
Lukas Gravley
89346152b6
Merge pull request #799 from github/dependabot/pip/dependencies/snakemake-5.26.1
Bump snakemake from 5.26.0 to 5.26.1 in /dependencies
2020-10-06 12:50:36 -05:00
Lukas Gravley
30bbf89cae
Merge pull request #798 from github/dependabot/npm_and_yarn/dependencies/markdownlint-cli-0.24.0
Bump markdownlint-cli from 0.23.2 to 0.24.0 in /dependencies
2020-10-06 12:50:17 -05:00
dependabot[bot]
bae8ace24e
Bump snakemake from 5.26.0 to 5.26.1 in /dependencies
Bumps [snakemake](https://github.com/snakemake/snakemake) from 5.26.0 to 5.26.1.
- [Release notes](https://github.com/snakemake/snakemake/releases)
- [Commits](https://github.com/snakemake/snakemake/compare/v5.26.0...v5.26.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-06 16:24:04 +00:00
Lukas Gravley
627dc81beb
Merge pull request #805 from github/dependabot/pip/dependencies/flake8-3.8.4
Bump flake8 from 3.8.3 to 3.8.4 in /dependencies
2020-10-06 11:22:10 -05:00
Lukas Gravley
03cfc9ed7f
Merge pull request #806 from github/dependabot/npm_and_yarn/dependencies/eslint-plugin-jest-24.1.0
Bump eslint-plugin-jest from 24.0.2 to 24.1.0 in /dependencies
2020-10-06 11:21:53 -05:00
Peter Dave Hello
0134ffcfc0
Simplify shfmt install by using prebuilt binary 2020-10-06 22:31:53 +08:00
Peter Dave Hello
7aa29dad84
Remove unnecessary --update for apk in Dockerfile
There are two `apk add` use both `--update` and `--no-cache` parameter,
which is unnecessary, usually should use only `--no-cache` to prevent
leaving cache files, just like the other `apk add` in line 249
2020-10-06 22:24:39 +08:00
dependabot[bot]
aad01ee676
Bump eslint-plugin-jest from 24.0.2 to 24.1.0 in /dependencies
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.0.2 to 24.1.0.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v24.0.2...v24.1.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-06 05:49:00 +00:00
dependabot[bot]
464153acf6
Bump flake8 from 3.8.3 to 3.8.4 in /dependencies
Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.8.3 to 3.8.4.
- [Release notes](https://gitlab.com/pycqa/flake8/tags)
- [Commits](https://gitlab.com/pycqa/flake8/compare/3.8.3...3.8.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-05 06:30:37 +00:00
Marco Ferrari
351496fe72 Populate FILE_ARRAY_DOCKERFILE_HADOLINT 2020-10-03 12:19:33 +02:00
Marco Ferrari
d210896355 Set FILE_ARRAY_EDITORCONFIG 2020-10-03 00:33:01 +02:00
Marco Ferrari
e1b1c7d223 Dynamically initialize FILE_ARRAY variables 2020-10-02 23:02:47 +02:00
dependabot[bot]
b5d1c5d94c
Bump markdownlint-cli from 0.23.2 to 0.24.0 in /dependencies
Bumps [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) from 0.23.2 to 0.24.0.
- [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases)
- [Commits](https://github.com/igorshubovych/markdownlint-cli/compare/v0.23.2...v0.24.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-02 05:42:41 +00:00
Lukas Gravley
6902cbfd3d
Merge pull request #788 from st3v3nhunt/fix-linters-dir-path
Correct path to linters directory
2020-10-01 10:52:05 -05:00
Lukas Gravley
a94d86f6ff
Merge pull request #789 from github/dependabot/pip/dependencies/snakefmt-0.2.1
Bump snakefmt from 0.2.0 to 0.2.1 in /dependencies
2020-10-01 10:51:18 -05:00
Lukas Gravley
ab4ba1dab7
Merge pull request #790 from github/dependabot/pip/dependencies/snakemake-5.26.0
Bump snakemake from 5.25.0 to 5.26.0 in /dependencies
2020-10-01 10:50:58 -05:00
Lukas Gravley
8b16ef3040
Merge pull request #781 from ferrarimarco/remove-unneeded-vars
Remove unneeded variables and eval the rest
2020-10-01 10:50:41 -05:00
dependabot[bot]
9cd2011856
Bump snakemake from 5.25.0 to 5.26.0 in /dependencies
Bumps [snakemake](https://github.com/snakemake/snakemake) from 5.25.0 to 5.26.0.
- [Release notes](https://github.com/snakemake/snakemake/releases)
- [Commits](https://github.com/snakemake/snakemake/compare/v5.25.0...v5.26.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-01 05:59:23 +00:00
dependabot[bot]
ae22c7041c
Bump snakefmt from 0.2.0 to 0.2.1 in /dependencies
Bumps [snakefmt](https://github.com/snakemake/snakefmt) from 0.2.0 to 0.2.1.
- [Release notes](https://github.com/snakemake/snakefmt/releases)
- [Changelog](https://github.com/snakemake/snakefmt/blob/master/CHANGELOG.md)
- [Commits](https://github.com/snakemake/snakefmt/compare/0.2.0...0.2.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-01 05:56:50 +00:00
Steven Hunt
6d125cb5a4
Correct path to linters directory 2020-09-30 23:27:34 +01:00