Lukas Gravley
|
8421ec801b
|
Merge pull request #845 from github/dependabot/docker/dotenvlinter/dotenv-linter-2.2.0
Bump dotenvlinter/dotenv-linter from 2.1.0 to 2.2.0
|
2020-10-13 09:17:58 -05:00 |
|
Lukas Gravley
|
c23530be51
|
from new update
|
2020-10-13 09:02:10 -05:00 |
|
Lukas Gravley
|
f89a117613
|
Merge pull request #826 from ferrarimarco/dynamically-call-linters
Dynamically invoke linters
|
2020-10-13 08:37:04 -05:00 |
|
Marco Ferrari
|
c201c0f6d1
|
Dynamically invoke linters
|
2020-10-13 09:08:03 +02:00 |
|
dependabot[bot]
|
a2cca1b6bd
|
Bump dotenvlinter/dotenv-linter from 2.1.0 to 2.2.0
Bumps dotenvlinter/dotenv-linter from 2.1.0 to 2.2.0.
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-10-13 05:43:42 +00:00 |
|
Lukas Gravley
|
e8fb59ba67
|
Merge pull request #840 from mamilov/patch-1
Pinned Black version to >=20 in Pipfile
|
2020-10-12 10:50:01 -05:00 |
|
Lukas Gravley
|
e8091a4ee9
|
Merge pull request #827 from PascalBourdier/ignore-kustomize-file
ignore kustomize file with kubeval
|
2020-10-12 10:36:45 -05:00 |
|
Marco Milovanovic
|
8899cdfc9e
|
Update Pipfile
Pinned Black version to >=20.
|
2020-10-12 17:31:26 +02:00 |
|
Lukas Gravley
|
6bde44e755
|
Merge pull request #824 from mshimokura/ecrc_file
editorconfig-checker - Use .ecrc Files
|
2020-10-12 10:24:00 -05:00 |
|
Lukas Gravley
|
9b1a5b4910
|
Merge pull request #823 from theodore-s-beers/patch-1
Fix probable typo in .markdown-lint.yml
|
2020-10-12 10:21:10 -05:00 |
|
Lukas Gravley
|
6eaa2a8da0
|
Merge pull request #828 from dec5e/full-checkout
Fetch full git history to get a proper list of changed files within super-linter
|
2020-10-12 10:19:06 -05:00 |
|
Lukas Gravley
|
7daa15d440
|
Merge pull request #836 from github/dependabot/github_actions/actions/stale-v3.0.12
Bump actions/stale from v3.0.11 to v3.0.12
|
2020-10-12 10:16:12 -05:00 |
|
Lukas Gravley
|
f1bd0d38e0
|
Merge pull request #838 from github/dependabot/npm_and_yarn/dependencies/eslint-7.11.0
Bump eslint from 7.10.0 to 7.11.0 in /dependencies
|
2020-10-12 10:15:18 -05:00 |
|
dependabot[bot]
|
a24108474b
|
Bump eslint from 7.10.0 to 7.11.0 in /dependencies
Bumps [eslint](https://github.com/eslint/eslint) from 7.10.0 to 7.11.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.10.0...v7.11.0)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-10-12 06:25:40 +00:00 |
|
dependabot[bot]
|
76eac0a124
|
Bump actions/stale from v3.0.11 to v3.0.12
Bumps [actions/stale](https://github.com/actions/stale) from v3.0.11 to v3.0.12.
- [Release notes](https://github.com/actions/stale/releases)
- [Commits](https://github.com/actions/stale/compare/v3.0.11...44f9eae0adddf72dbf3eedfacc999f70afcec1a8)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-10-12 06:18:42 +00:00 |
|
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 |
|