Commit graph

1843 commits

Author SHA1 Message Date
Lukas Gravley
18c32b7dca
Merge pull request #766 from mshimokura/editorconfig_lintall
Lint all changed files with editorconfig-checker
2020-09-28 08:38:51 -05:00
Lukas Gravley
167af0854e
Merge pull request #767 from kpj/master
Fix various Snakemake related issues
2020-09-28 08:36:48 -05:00
Lukas Gravley
6482f45462
Merge pull request #769 from ferrarimarco/remove-read-only-change-flag
Remove READ_ONLY_CHANGE_FLAG flag and fix .editorconfig and shfmt tests
2020-09-28 08:35:58 -05:00
Lukas Gravley
0ed58d58d4
Merge pull request #771 from ferrarimarco/sort-env
Sort environment variables when printing debug info
2020-09-28 08:34:39 -05:00
Lukas Gravley
be6f3afa7f
Merge pull request #770 from ferrarimarco/dockerignore
Ignore .git and symlink .dockerignore
2020-09-28 08:34:02 -05:00
Lukas Gravley
bbd449b9ec
Merge pull request #772 from github/dependabot/npm_and_yarn/dependencies/eslint-config-prettier-6.12.0
Bump eslint-config-prettier from 6.11.0 to 6.12.0 in /dependencies
2020-09-28 08:16:17 -05:00
Lukas Gravley
d3f9c1179a
Merge pull request #773 from github/dependabot/pip/dependencies/yq-2.11.1
Bump yq from 2.11.0 to 2.11.1 in /dependencies
2020-09-28 08:16:01 -05:00
Lukas Gravley
3f334dc6e8
Merge pull request #774 from github/dependabot/npm_and_yarn/dependencies/stylelint-13.7.2
Bump stylelint from 13.7.1 to 13.7.2 in /dependencies
2020-09-28 08:15:06 -05:00
Lukas Gravley
94274acf20
Merge pull request #775 from github/dependabot/npm_and_yarn/dependencies/eslint-7.10.0
Bump eslint from 7.9.0 to 7.10.0 in /dependencies
2020-09-28 08:14:52 -05:00
dependabot[bot]
c511ee5e07
Bump eslint from 7.9.0 to 7.10.0 in /dependencies
Bumps [eslint](https://github.com/eslint/eslint) from 7.9.0 to 7.10.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.9.0...v7.10.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-28 06:29:19 +00:00
dependabot[bot]
2026e4d789
Bump stylelint from 13.7.1 to 13.7.2 in /dependencies
Bumps [stylelint](https://github.com/stylelint/stylelint) from 13.7.1 to 13.7.2.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/13.7.1...13.7.2)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-28 06:28:25 +00:00
dependabot[bot]
824045e4ae
Bump yq from 2.11.0 to 2.11.1 in /dependencies
Bumps [yq](https://github.com/kislyuk/yq) from 2.11.0 to 2.11.1.
- [Release notes](https://github.com/kislyuk/yq/releases)
- [Changelog](https://github.com/kislyuk/yq/blob/develop/Changes.rst)
- [Commits](https://github.com/kislyuk/yq/compare/v2.11.0...v2.11.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-28 06:27:53 +00:00
dependabot[bot]
a20fb5362d
Bump eslint-config-prettier from 6.11.0 to 6.12.0 in /dependencies
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 6.11.0 to 6.12.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v6.11.0...v6.12.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-28 06:25:48 +00:00
Marco Ferrari
d43fcdc666 Sort environment variables when printing debug info 2020-09-26 00:51:53 +02:00
Marco Ferrari
e96a96eff8 Ignore .git and symlink .dockerignore 2020-09-26 00:47:15 +02:00
Marco Ferrari
31fd755fd7 Remove unneeded READ_ONLY_CHANGE_FLAG 2020-09-25 23:41:47 +02:00
Marco Ferrari
ab4573fb57 Fix shfmt test files names 2020-09-25 22:13:58 +02:00
Marco Ferrari
bf7fd5939d Fix editorconfig test cases 2020-09-25 21:25:33 +02:00
Marco Ferrari
63f23368b8 Remove unneeded READ_ONLY_CHANGE_FLAG 2020-09-25 21:25:00 +02:00
Gabriel Diaz
a402c97ed6
Merge pull request #765 from github/dependabot/npm_and_yarn/dependencies/coffeelint/cli-4.1.0
Bump @coffeelint/cli from 4.0.0 to 4.1.0 in /dependencies
2020-09-24 11:04:47 -05:00
Gabriel Diaz
68a0c5ed48
Merge pull request #764 from github/dependabot/github_actions/actions/checkout-v2.3.3
Bump actions/checkout from v2.3.2 to v2.3.3
2020-09-24 11:02:47 -05:00
kpj
9e7c84fbbb Fix various Snakemake related variable names 2020-09-24 16:06:12 +02:00
kpj
40f995365b Fix Snakefile regex 2020-09-24 15:55:47 +02:00
kpj
71ede6ccca Add missing 'GetLinterRules' calls 2020-09-24 15:54:24 +02:00
Michael Shimokura
12543b369b Lint all files with editorconfig-checker
Since .editorconfig configuration files _could_ apply to any file, we
should pass in the RAW_FILE_ARRAY to it. This ensures that files of all
types are linted by editorconfig-checker.
2020-09-24 09:02:24 -04:00
dependabot[bot]
42701e167e
Bump @coffeelint/cli from 4.0.0 to 4.1.0 in /dependencies
Bumps [@coffeelint/cli](https://github.com/coffeelint/coffeelint) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/coffeelint/coffeelint/releases)
- [Changelog](https://github.com/coffeelint/coffeelint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/coffeelint/coffeelint/compare/v4.0.0...v4.1.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-24 05:48:02 +00:00
dependabot[bot]
55bdf97202
Bump actions/checkout from v2.3.2 to v2.3.3
Bumps [actions/checkout](https://github.com/actions/checkout) from v2.3.2 to v2.3.3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2.3.2...a81bbbf8298c0fa03ea29cdc473d45769f953675)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-24 05:42:06 +00:00
Gabriel Diaz
dc55a4b75d
Merge pull request #761 from github/dependabot/docker/wata727/tflint-0.20.2
Bump wata727/tflint from 0.20.1 to 0.20.2
2020-09-23 19:59:39 -05:00
dependabot[bot]
c7b9e8a6c3
Bump wata727/tflint from 0.20.1 to 0.20.2
Bumps wata727/tflint from 0.20.1 to 0.20.2.

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-23 07:59:16 +00:00
Lukas Gravley
23fca80de7
Merge pull request #713 from kpj/master
Fix file detection issues of Snakemake linter/formatter
2020-09-22 09:16:21 -05:00
Lukas Gravley
84c79a186b
Merge branch 'master' into master 2020-09-22 08:56:09 -05:00
Lukas Gravley
9eb6c0e147
Merge pull request #757 from ferrarimarco/lint-kubeval
Lint with Kubeval and fixes
2020-09-22 08:47:41 -05:00
kpj
75a94966d9 Update snakefmt to 0.2.0 2020-09-22 12:10:58 +02:00
Marco Ferrari
f24f52be11 Lint with Kubeval and fixes 2020-09-22 01:49:01 +02:00
Lukas Gravley
aee796df8a
Merge pull request #756 from github/fixProtobuff
Update linter.sh
2020-09-21 14:06:01 -05:00
Lukas Gravley
f290145dfa
Update linter.sh 2020-09-21 13:51:46 -05:00
Lukas Gravley
06cb2ebb6f
Update linter.sh 2020-09-21 13:50:58 -05:00
Lukas Gravley
f797e474c9
Merge pull request #746 from assignUser/patch-1
Move images to GHCR
2020-09-21 08:50:34 -05:00
Lukas Gravley
eca8937671
Merge branch 'master' into patch-1 2020-09-21 08:19:53 -05:00
Lukas Gravley
bd4f2eec72
Merge pull request #748 from github/dependabot/docker/assignuser/lintr-lib-v0.1.2
Bump assignuser/lintr-lib from v0.1.0 to v0.1.2
2020-09-21 08:19:11 -05:00
dependabot[bot]
a490415de1
Bump assignuser/lintr-lib from v0.1.0 to v0.1.2
Bumps assignuser/lintr-lib from v0.1.0 to v0.1.2.

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-21 13:18:44 +00:00
Lukas Gravley
d793c99d06
Merge pull request #749 from github/dependabot/docker/assignuser/chktex-alpine-v0.1.1
Bump assignuser/chktex-alpine from v0.1.0 to v0.1.1
2020-09-21 08:17:58 -05:00
Lukas Gravley
03435f7fe1
Merge pull request #750 from github/dependabot/npm_and_yarn/dependencies/typescript-4.0.3
Bump typescript from 4.0.2 to 4.0.3 in /dependencies
2020-09-21 08:17:32 -05:00
Lukas Gravley
beaab92479
Merge pull request #751 from github/dependabot/npm_and_yarn/dependencies/eslint-plugin-jest-24.0.2
Bump eslint-plugin-jest from 24.0.1 to 24.0.2 in /dependencies
2020-09-21 08:17:16 -05:00
Lukas Gravley
256b45fcda
Merge pull request #752 from github/dependabot/npm_and_yarn/dependencies/asl-validator-1.8.0
Bump asl-validator from 1.7.1 to 1.8.0 in /dependencies
2020-09-21 08:17:01 -05:00
Lukas Gravley
ad8ff22250
Merge pull request #754 from ferrarimarco/fix-shell-exec-bit
Fix ERROR_ON_MISSING_EXEC_BIT initialization
2020-09-21 08:16:45 -05:00
Marco Ferrari
6168112f61 Fix ERROR_ON_MISSING_EXEC_BIT initialization 2020-09-21 14:43:44 +02:00
dependabot[bot]
ded9ac164f
Bump asl-validator from 1.7.1 to 1.8.0 in /dependencies
Bumps [asl-validator](https://github.com/ChristopheBougere/asl-validator) from 1.7.1 to 1.8.0.
- [Release notes](https://github.com/ChristopheBougere/asl-validator/releases)
- [Commits](https://github.com/ChristopheBougere/asl-validator/compare/1.7.1...1.8.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-21 06:23:59 +00:00
dependabot[bot]
68d8038f20
Bump eslint-plugin-jest from 24.0.1 to 24.0.2 in /dependencies
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 24.0.1 to 24.0.2.
- [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.1...v24.0.2)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-21 06:22:38 +00:00
dependabot[bot]
350bddac1e
Bump typescript from 4.0.2 to 4.0.3 in /dependencies
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.0.2 to 4.0.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.0.2...v4.0.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-21 06:22:21 +00:00