Commit graph

976 commits

Author SHA1 Message Date
Matthias Meyer
f381c47e22
added config parameter 2020-07-07 17:02:56 +02:00
Gabo
294e4024ae Remove unneeded line 2020-07-07 09:21:25 -05:00
Gabo
8884ea722b Don't use linter rules path 2020-07-07 09:18:10 -05:00
Matthias Meyer
9f7cb36b5c
removed separating comma and fixed typo 2020-07-07 15:30:16 +02:00
Matthias Meyer
8bae8dd0b9
Added support for jsx and tsx files 2020-07-07 15:15:20 +02:00
Victor Martinez
7bf7ecdbd3
Merge remote-tracking branch 'upstream/master' into feature/tap-format
* upstream/master: (149 commits)
  rm dupe end brackets
  fix botched merge
  fixed docker bug
  fixing insta;;
  hunting a bug
  adding some small cleanup
  Bump Actions-R-Us/actions-tagger from v2.0.0 to v2.0.1
  Bump actions/github-script from v2.3.1 to v2
  Add HTML support to super-linter
  Remove ARM_TTK_VERSION from ENV in Dockerfile
  Remove noise from ARG in Dockerfile
  Minor fix(1) for TestCodebase [ARM]
  Minor fix for TestCodebase [ARM]
  Update ARM Test Cases readme
  Minor updates following merge from upstream/master
  Minor bugfixes
  Test case updates
  Add `editorconfig-checker`
  Typo
  Use full version numbers for GHA Dependabot will update these automatically
  ...
2020-07-07 07:37:41 +01:00
Casey Vega
abf0bdbf66
pay respect to the Dockerfile linter, fix apk add 2020-07-06 22:23:06 -07:00
Casey Vega
2cdea4f076
add --no-cache to apk per linter sugestion 2020-07-06 22:18:31 -07:00
Casey Vega
20162f330e
add -q flag to unzip for less verbosity 2020-07-06 22:06:27 -07:00
Casey Vega
00bcbfb897
Merge branch 'master' into dart 2020-07-06 22:03:31 -07:00
Casey Vega
8f7b2bcc74
add suggested changes from @devoncarew
- use analysis_options.yaml file (dart convention), mv .dart-lint.yml
- add --fatal-infos switch for testing
- add VALIDATE_DART, because I missed it before
2020-07-06 21:42:29 -07:00
Casey Vega
433b10bdc9
fix sytax error, missing fi 2020-07-06 21:18:17 -07:00
Lukas Gravley
3ddad12e89
Merge pull request #377 from nbrown/add-raku-support
Add basic Raku support
2020-07-06 20:24:48 -05:00
Lukas Gravley
d1a74e3789
Merge pull request #384 from leviem1/config-patch
Fixed config load issue caused by quotes
2020-07-06 20:22:27 -05:00
Lukas Gravley
5a0d8a360e
Merge pull request #386 from ahmadnassri/patch-1
docs: correct name for markdown-lint
2020-07-06 20:20:44 -05:00
Lukas Gravley
99f25aca44
Merge pull request #388 from nemchik/shellcheck-extensions
Shellcheck other extensions
2020-07-06 20:19:13 -05:00
Lukas Gravley
1e3df9f7f8
Merge pull request #389 from leviem1/directory-check
Added check to ensure volume is directory
2020-07-06 20:18:16 -05:00
Lukas Gravley
1bd8d9fd5f
Merge pull request #383 from github/release-compare
Correct release compare language
2020-07-06 20:17:32 -05:00
Gabo
69d5c91cb1 Add special case for editor config 2020-07-06 19:38:44 -05:00
Eric Nemchik
d02e03878b Shellcheck other extensions fix 2020-07-06 19:35:26 -05:00
Levi Muniz
9bb7a1332e
Fixed #368 config load issue caused by quotes
FIXED - Removed quotes surrounding declare causing variable to not read in correctly

This is why people don't like BASH...
2020-07-06 18:26:25 -06:00
nbrown
e5c7ba186d install to /usr and use current rakubrew 2020-07-06 19:04:51 -04:00
Casey Vega
4ea4aef02e
update documentation for dart 2020-07-06 15:06:56 -07:00
Levi Muniz
3cb5a0b6fd
Added check to ensure volume is directory
ADDED - Present user with error when attempting to pass non-directory as volume
2020-07-06 15:57:30 -06:00
Eric Nemchik
3bc0b6debb Shellcheck other extensions 2020-07-06 15:01:13 -05:00
Ahmad Nassri
279790044c
docs: correct name for markdown-lint 2020-07-06 15:20:04 -04:00
Casey Vega
05e73c6127
fix merge conflict, whoops 2020-07-06 11:14:55 -07:00
Casey Vega
7680d58cd5
merge with master 2020-07-06 11:11:35 -07:00
Zack Koppert
443721f37d
Correct release compare language 2020-07-06 10:58:17 -07:00
Casey Vega
b4fe702ec4
add glibc compat layer for alpine via apk 2020-07-06 10:51:49 -07:00
Victor Martinez
9a909c5d1d
Output transformation (with error messages or simpler) (#1)
* Output transformation (with error messages or simpler)
* colon causes issues when transforming TAP to XUnit
2020-07-06 18:06:58 +01:00
Lukas Gravley
04f39392e8
Merge branch 'master' into add-raku-support 2020-07-06 11:52:53 -05:00
Zack Koppert
93bf4a79d4
Merge pull request #354 from github/auto-draft-releases
Auto draft releases
2020-07-06 08:51:18 -07:00
Zack Koppert
159a1b5c8c
Merge pull request #221 from mstruebing/addEditorconfigChecker
Add `editorconfig-checker`
2020-07-06 08:50:20 -07:00
Zack Koppert
a6aa4265be
rm dupe end brackets 2020-07-06 08:39:44 -07:00
Zack Koppert
3b6b911d7d
fix botched merge 2020-07-06 08:28:19 -07:00
Zack Koppert
2bf3e5a8f6
Merge branch 'master' into addEditorconfigChecker 2020-07-06 08:19:23 -07:00
Lucas Gravley
da4c2ba68e fixed docker bug 2020-07-06 09:39:37 -05:00
Lucas Gravley
6b48f24126 fix space 2020-07-06 09:34:16 -05:00
Lukas Gravley
d26e00bf9e
Merge pull request #373 from terencedignon/add-htmlhint
Add HTML support to super-linter
2020-07-06 09:22:14 -05:00
Lucas Gravley
8204e3764b fixing insta;; 2020-07-06 09:13:13 -05:00
Lukas Gravley
a0d4a72341
Merge branch 'master' into add-htmlhint 2020-07-06 09:00:52 -05:00
Lukas Gravley
dd08d03449
Merge pull request #381 from github/dependabot/github_actions/Actions-R-Us/actions-tagger-v2.0.1
Bump Actions-R-Us/actions-tagger from v2.0.0 to v2.0.1
2020-07-06 08:56:03 -05:00
Lukas Gravley
e6ba2b0daa
Merge pull request #380 from github/dependabot/github_actions/actions/github-script-v2
Bump actions/github-script from v2.3.1 to v2
2020-07-06 08:55:40 -05:00
Lukas Gravley
13427e3b67
Merge pull request #369 from krowlandson/arm-ttk
Add support for Azure Resource Manager (ARM) linting with [arm-ttk]
2020-07-06 08:54:03 -05:00
Lucas Gravley
bf045db303 hunting a bug 2020-07-06 08:29:36 -05:00
Lucas Gravley
e4752580dd Merge branch 'master' into arm-ttk 2020-07-06 08:20:33 -05:00
Lucas Gravley
ae7b7f0e53 adding some small cleanup 2020-07-06 08:18:09 -05:00
dependabot[bot]
682eafc49d
Bump Actions-R-Us/actions-tagger from v2.0.0 to v2.0.1
Bumps [Actions-R-Us/actions-tagger](https://github.com/Actions-R-Us/actions-tagger) from v2.0.0 to v2.0.1.
- [Release notes](https://github.com/Actions-R-Us/actions-tagger/releases)
- [Commits](https://github.com/Actions-R-Us/actions-tagger/compare/v2.0.0...95c51c646e75db5c6b7d447e3087bcee58677341)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-06 13:12:47 +00:00
dependabot[bot]
223f280be6
Bump actions/github-script from v2.3.1 to v2
Bumps [actions/github-script](https://github.com/actions/github-script) from v2.3.1 to v2.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v2.3.1...6e5ee1dc1cb3740e5e5e76ad668e3f526edbfe45)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-06 13:12:46 +00:00