Kevin Rowlandson
6831d3735a
Updated PSScriptAnalyzer validation for pwsh
2020-07-01 08:43:09 +01:00
Kevin Rowlandson
6b60348fd5
Merge remote-tracking branch 'upstream/master' into github-issue-318
2020-07-01 08:36:12 +01:00
Kevin Rowlandson
9cb592736b
Merge branch 'github-issue-318' of github.com:krowlandson/super-linter into github-issue-318
2020-07-01 08:34:17 +01:00
Kevin Rowlandson
509f767b71
Update TestCodebase() for PowerShell
2020-07-01 08:27:29 +01:00
Lucas Gravley
e3da9a4caa
found it
2020-06-30 16:56:59 -05:00
Lukas Gravley
dbc4dc9425
Merge pull request #329 from github/ShellCheck
...
Shell check
2020-06-30 16:48:30 -05:00
Lucas Gravley
eb2f960a3f
actually the right way
2020-06-30 15:34:33 -05:00
Lucas Gravley
64a79027b4
adding logic for skipping tests
2020-06-30 15:23:24 -05:00
Kevin Rowlandson
6e44ab1b98
Merge pull request #1 from github/master
...
Update github-issue-318 from upstream
2020-06-30 21:15:02 +01:00
Kevin Rowlandson
5f2cd423a4
Update PowerShell module validation
2020-06-30 20:57:43 +01:00
Kevin Rowlandson
9b13062ca0
Update PowerShell checks and command
2020-06-30 20:32:42 +01:00
Lucas Gravley
ea65af02db
better logic
2020-06-30 14:28:47 -05:00
Lucas Gravley
b1525fa761
that loop was dumb
2020-06-30 14:27:36 -05:00
Eric Nemchik
66ea3e05d8
Don't show shyaml errors to the console
2020-06-30 10:30:12 -05:00
Eric Nemchik
c6594d8fb5
Fix new issues
2020-06-30 10:22:35 -05:00
Eric Nemchik
889179e0bf
Fix ShellCheck issues with new code base
2020-06-30 10:22:35 -05:00
Eric Nemchik
0101612f7a
Fix shellcheck exclusions
2020-06-30 10:22:35 -05:00
Kevin Rowlandson
b5e74e561a
Update LINTER_ARRAY value for PowerShell (Core)
2020-06-30 13:38:39 +01:00
Lucas Gravley
d12f5b541f
fixed spacing
2020-06-29 15:38:33 -05:00
Lucas Gravley
ae8836cfec
making testing better
2020-06-29 15:22:52 -05:00
Lucas Gravley
b3e44a5c7e
made it better to read
2020-06-29 14:49:20 -05:00
Lucas Gravley
5d3c4a99c1
adding cloud formation
2020-06-29 14:38:24 -05:00
Lukas Gravley
3e895e123b
Merge branch 'master' into cfn-lint
2020-06-29 14:24:00 -05:00
Lucas Gravley
efb491d6cf
fixed protobuf var
...
Co-authored-by: Thomas Hughes <iamhughes@github.com>
Co-authored-by: John Wiebalk <jwiebalk@github.com>
2020-06-29 12:52:36 -05:00
Lucas Gravley
37a37f0930
adding readme
2020-06-29 11:17:25 -05:00
Lucas Gravley
4ccd6b35c9
fixed bug
2020-06-29 10:43:52 -05:00
Lucas Gravley
4194a7a611
cleaner
2020-06-29 10:34:23 -05:00
Lucas Gravley
679ecf3b1a
lets be literal
2020-06-29 10:15:39 -05:00
Lucas Gravley
b90310f2a8
fix path
2020-06-29 10:06:12 -05:00
Lucas Gravley
701abcc065
creating files
2020-06-29 09:55:59 -05:00
Lukas Gravley
54ae156900
Merge pull request #304 from github/FixVSCodeDebug
...
Fix vs code debug
2020-06-29 09:25:14 -05:00
Lucas Gravley
f6ebe07228
Merge branch 'master' into FixVSCodeDebug
2020-06-29 09:02:06 -05:00
Lucas Gravley
96b1e93522
Merge branch 'master' into Protolinter
2020-06-29 08:27:20 -05:00
Lukas Gravley
bf52a83423
Merge pull request #302 from github/fixClojure
...
Read Clojure filetypes from $FILE_TYPE, not $FILE
2020-06-29 08:22:11 -05:00
Søren Knudsen
a4fa97234a
Read Clojure filetypes from $FILE_TYPE, not $FILE
2020-06-29 09:07:40 +02:00
yoheimuta
fb90d79524
Add protolint support to super-linter
2020-06-28 20:17:08 +09:00
Drew Ayling
d155ff2a3c
Fix honoring pylint config file
...
The pylint config file is correctly being applied to
the pylint command, however, the `-E` flag is actually
not honoring any of the disabled messages in the
`.python-lint` file. By making this change to the
default lint file only the errors are output as expected
but honoring the disabled messages. Also, disable the score
as the -E flag also does.
2020-06-26 17:13:24 -06:00
Guillaume Delacour
234f8f9363
Remove unnecessary comment
2020-06-26 22:09:44 +02:00
Guillaume Delacour
eb8cf40bf5
Improve template detection
2020-06-26 21:52:40 +02:00
Guillaume Delacour
f1d1b1cbe2
Add AWS CloudFormation templates linting
2020-06-26 21:52:38 +02:00
Lucas Gravley
d8608a6cf1
solve name
2020-06-26 14:21:37 -05:00
Lucas Gravley
10a7c9c479
Adding cleaner update
2020-06-26 11:49:41 -05:00
Lucas Gravley
dc5df73afc
Merge branch 'master' into EsConfig
2020-06-26 11:44:54 -05:00
Lucas Gravley
d572447287
Adding space support
2020-06-26 10:38:02 -05:00
Lucas Gravley
f087775d99
typo
2020-06-26 09:00:28 -05:00
Lucas Gravley
8fdce000bf
got to catch them all
2020-06-26 08:44:27 -05:00
Lucas Gravley
116698b032
fixed linting errors
2020-06-26 08:26:36 -05:00
Lukas Gravley
625841f40f
Merge branch 'master' into OpenAPI
2020-06-26 08:19:10 -05:00
Lukas Gravley
910901a3bb
Merge pull request #256 from github/ClojureLint
...
Clojure lint
2020-06-26 07:38:36 -05:00
past-due
70f51ccd8f
Add JAVASCRIPT_ES_CONFIG_FILE to specify eslintrc filename
...
See: https://eslint.org/docs/user-guide/configuring#configuration-file-formats
2020-06-25 23:02:07 -04:00