Commit graph

150 commits

Author SHA1 Message Date
Aldana Vaca
8b75fbf345
Adding terrascan config file (#1761)
* adding terrascan config file

* fix line ending

Co-authored-by: Admiral Awkbar <admiralawkbar@github.com>
2021-07-14 10:20:24 -05:00
Lukas Gravley
2c135d4a17
adding rules file (#1644)
* adding rules file

* fix naming

* cleanup

* make smart

* fixing the make

* adding template

* white space

* not sure how i got windows

* found the space
2021-06-09 11:53:11 -05:00
Lukas Gravley
87a442b6fe
fix slim docs (#1598)
* fix slim doc:

* Update README.md

* fix v3 refs
2021-05-26 16:50:06 -05:00
Lukas Gravley
3e0bd7fff4
Eslint for json jsonc and json5 (#1524)
* adding it

* fix typo

* fix tests

* adding back jsonlint

* adding back jsonlint

* fix spacing

* found the typo

* add tests

* adding rules for json

* add to local
2021-05-11 10:54:58 -05:00
Lukas Gravley
08a586cf3b
adding Python MyPy (#1401)
* adding fun

* fix whitespace

* adding tests

* adding the array

* bug in file name

* fix tap

* makes no sense

* adding the hammer

* adding some extra protbuf
2021-03-24 14:00:23 -05:00
Lukas Gravley
d08565c8d7
Add template (#1273)
* adding template for users to pull

* adding template
2021-02-26 14:40:21 -06:00
Jeremiah
00c70f4b2c
Update snakefmt to 0.3.0 and black to 20.3 (now supported by snakefmt). (#1212)
* Update snakefmt to 0.3.0 and black to 20.3 (now suppored by snakefmt).

* Update pipfile for ansible 5.0

* Align pipfile python with Docker alpine image

* Explicitly pin python minor version in dockerfile

* Ansible updates

* Add missing cryptography dependencies

* Eliminate deprecated ansible syntax

* Update expected output for ansible

* Try to add regex to handle test run length

* Yaml doc syntax fixes

* Flailing attempt at tap wildcard

* Catch dynamic output from ansible-lint

* Update regex

* Fix regex statement

* Fix tap output

* Update go error message (issue from master branch)

* Fix regex

* Ansible strikes back

* Fix tap output

* Fix json tap

* Update r tap
2021-02-17 07:32:40 -06:00
Marco Ferrari
ab8780a58f
Install, configure, and run jscpd. Add missing tests (#1032)
Co-authored-by: Gabo <gabo.fdc@gmail.com>
Co-authored-by: Matt Desmond <beardofedu@github.com>
Co-authored-by: Lukas Gravley <admiralawkbar@github.com>
2021-01-27 20:47:34 +01:00
Kazuma Watanabe
afd19c99be
Tweak TFLint default config (#1124) 2021-01-07 09:16:12 -06:00
dependabot[bot]
a67e56fb4e
Bump wata727/tflint from 0.22.0 to 0.23.0 (#1116)
* Bump wata727/tflint from 0.22.0 to 0.23.0

Bumps wata727/tflint from 0.22.0 to 0.23.0.

Signed-off-by: dependabot[bot] <support@github.com>

* remove dead config

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Admiralawkbar <Admiralawkbar@github.com>
2021-01-04 12:01:40 -06:00
Mario Lubenka
6093426f1e
Fix syntax of iconf file and lint rule collision (#1061)
According to the official config sample the iconf template in this repository was misformatted.
Also two settings were added so indents of imports follow the same format as suggested by black linter.

Fixes: #1050

Co-authored-by: Lukas Gravley <admiralawkbar@github.com>
2020-12-07 09:00:56 -06:00
Thad Craft
32b3cde716
Enable @SuppressWarnings annotation support by default for Java (#1052)
* Enable @SuppressWarnings annotation support by default for Java checkstyle

* Ensure that args is used

* Add updates to the sun_checks in .github/linters

* Comment out Javadoc linter to remove need for package-info

* Fix expected-JAVA.tap to match new test cases

* Fix expected-JAVA.tap to match output

Co-authored-by: Lukas Gravley <admiralawkbar@github.com>
2020-12-04 08:46:42 -06:00
Lukas Gravley
cf19607c3c
Gherkin (#1011)
* adding gherkin

* adding to array

* fix space

* Update Dockerfile

* adding rules

* adding rules

Co-authored-by: SVN Migrator <someone@somewhere.com>
2020-11-19 09:54:20 -06:00
Marco Ferrari
7862654394 Fix editorconfig-checker errors 2020-11-05 23:21:41 +01:00
Marco Ferrari
888bc7524e Don't override the secondary rules file path, if available 2020-10-30 12:15:16 +01:00
Lucas Gravley
8bbd4d1d07 fixtemplate 2020-10-28 12:10:12 -05:00
Lucas Gravley
d906562960 better tests 2020-10-28 11:47:37 -05:00
Lucas Gravley
22dda40562 fix tests 2020-10-28 10:50:02 -05:00
Lucas Gravley
dbffb46526 adding tests 2020-10-28 10:22:55 -05:00
Gabriel Diaz
a18211a078
Create .ecrc 2020-10-15 16:41:48 -05:00
Lukas Gravley
f12e1ff18a
Update .markdown-lint.yml 2020-10-14 10:16:36 -05:00
Lukas Gravley
aa9f9a8b90
Update .markdown-lint.yml 2020-10-14 10:14:40 -05: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
Steven Hunt
6d125cb5a4
Correct path to linters directory 2020-09-30 23:27:34 +01:00
Lukas Gravley
1d46677b4f
Merge pull request #689 from kpj/master
Add `snakemake --lint`/`snakefmt` support to super-linter
2020-09-08 10:31:19 -05:00
kpj
1e453be7fa [Snakemake] Update codebase 2020-09-07 16:49:07 +02:00
Jared Murrell
0680dd9969
added import-error to the pylint disable rules 2020-09-04 09:22:06 -04:00
Josselin
f34b084586 Add support for black config file 2020-09-02 11:28:57 +02:00
assignUser
8224e9e6e5 fix exit code 2020-08-19 17:51:07 +00:00
assignUser
e1bc1df9e7 add latex support 2020-08-18 22:54:32 +00:00
assignUser
0f47f68445 add .lintr detection 2020-08-17 12:01:25 +00:00
assignUser
f6fcfb7922 adjust .lintr 2020-08-16 00:20:06 +00:00
assignUser
d4f4bbd255 everything except linter.sh 2020-08-15 18:21:57 +00:00
Lucas Gravley
fb791083fb fix config 2020-08-11 13:40:38 -05:00
Lucas Gravley
9856082087 add sql goods 2020-08-11 12:30:00 -05:00
Tudor Marghidanu
523b14a2df PerlCritic basic implementation 2020-08-07 14:58:40 +02:00
Lucas Gravley
5ffa5518db fixed it real good 2020-08-06 10:56:06 -05:00
Lucas Gravley
a216a6623a adding some good code 2020-08-05 13:35:14 -05:00
Lucas Gravley
a457364fce now with matching names 2020-08-04 15:03:18 -05:00
Lucas Gravley
862bcd59e9 hadolint... 2020-08-04 13:53:32 -05:00
Filip Š
54ac216600 Fix file modes and re-add report 2020-08-04 19:15:41 +02:00
Filip Š
364f31f2e3 Merge branch 'support-for-phpcs-and-psalm' of https://github.com/filips123/super-linter into support-for-phpcs-and-psalm 2020-08-03 21:43:38 +02:00
Filip Š
7abb1db30b Support for PHPCS and Psalm config files 2020-08-03 21:21:01 +02:00
Lucas Gravley
85c842bbd0 fixing merge conflicts 2020-07-31 08:54:50 -05:00
Cees-Jan Kiewiet
76775d29b3
Add basic PHPStan support 2020-07-28 19:50:00 +02:00
Gabo
925f12a678 Add line at EOF 2020-07-27 17:51:02 -05:00
Gabo
3f5c877059 Add flake template 2020-07-27 17:51:02 -05:00
Filip Š
67cde9602e Add support for PHPCS and Psalm config files 2020-07-26 21:44:52 +02:00
Casey Vega
5fa6aca5c2
add lua to super-linter 2020-07-24 11:34:52 -07:00
Lukas Gravley
135b01cf51
Merge branch 'master' into Groovy 2020-07-23 09:08:35 -05:00
Lukas Gravley
40dc32f670
Merge branch 'master' into Groovy 2020-07-22 11:44:20 -05:00
Casey Vega
e5a2baf30f
add dart template 2020-07-21 12:25:42 -07:00
Eric Nemchik
9451e491c4 Variable braces 2020-07-21 12:23:27 -05:00
Eric Nemchik
1d91e2604f Format Markdown 2020-07-21 12:08:05 -05:00
Lucas Gravley
c4647a283f adding the templates 2020-07-14 09:47:54 -05:00
Lukas Gravley
a0d4a72341
Merge branch 'master' into add-htmlhint 2020-07-06 09:00:52 -05:00
Terence Dignon
40ca4c5f96 Add HTML support to super-linter 2020-07-04 18:14:27 -04:00
Kevin Rowlandson
4cbda27751
Merge remote-tracking branch 'upstream/master' into arm-ttk 2020-07-03 13:28:08 +01:00
Kevin Rowlandson
fb613ea619
Test case updates 2020-07-03 12:23:40 +01:00
Kevin Rowlandson
801ae0bec6
Add arm-ttk Linter 2020-07-02 22:31:16 +01:00
Lucas Gravley
2c11d49973 Setting tflint modules to false 2020-07-01 08:49:39 -05:00
Lukas Gravley
3e895e123b
Merge branch 'master' into cfn-lint 2020-06-29 14:24:00 -05:00
Lucas Gravley
96b1e93522 Merge branch 'master' into Protolinter 2020-06-29 08:27:20 -05: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
f1d1b1cbe2
Add AWS CloudFormation templates linting 2020-06-26 21:52:38 +02: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
Justin Kalland
eac560b35b Add support for OpenAPI 2020-06-25 08:13:19 +02:00
Lucas Gravley
e2eaf63327 Adding config to templates 2020-06-24 08:35:56 -05:00
Akash
a3a4ba3369 Fix Typo
In .ansible-lint.yml fixed a typo of that to then and added a comma between push and add.
2020-06-24 02:07:28 +05:30
Lukas Gravley
6682f87622
Merge branch 'master' into PowershellSupport 2020-06-22 08:16:59 -05:00
Justin Grote
d39d5c62ff Powershell Initial Commit 2020-06-19 14:18:26 -07:00
Ricardo Fearing
871291057e
The word "disable" was misspelled 2020-06-19 16:12:20 -04:00
Lukas Gravley
4ab767b84c
Merge pull request #187 from github/useDocker
fixing docs to point to Docker
2020-06-19 10:28:01 -05:00
Lucas Gravley
1cb6bc76d2 fixing docs 2020-06-19 10:18:45 -05:00
altanstalker
2cf1ae7cd8 Add stylelint support to super-linter
Added tests

Updated readme with usage notes (disabling lines etc) to match existing
content
2020-06-18 21:38:24 -04:00
Lucas Gravley
fd0693c998 Merge branch 'master' of https://github.com/github/super-linter into AddTS 2020-04-02 13:06:20 -05:00
John Wiebalk
906cb937d1
remove deep mode 2020-04-02 12:09:34 -04:00
Lukas Gravley
af1204b266
adding source 2020-04-01 13:59:05 -05:00
Lucas Gravley
c77dfd3d98 fixed it?g 2020-03-30 14:53:35 -05:00
Lucas Gravley
623ac57196 fix default 2020-03-30 14:22:52 -05:00
Lucas Gravley
6d83c17b1b adding it? 2020-03-11 14:18:21 -05:00
Lucas Gravley
cdd465d9b7 fix linter rules 2020-02-28 10:08:38 -06:00
Lucas Gravley
cb6c6401ef adding it all in 1 push 2020-02-28 09:51:29 -06:00
Lucas Gravley
746536f75f cleaner 2020-01-10 10:08:54 -06:00
Lucas Gravley
f33cbd6b4d with the save 2020-01-10 10:07:51 -06:00
Lucas Gravley
c8bc100ec2 adding base rules file 2020-01-10 10:07:22 -06:00
Lucas Gravley
8bf20644ed fix rails 2020-01-08 08:06:20 -06:00
Lucas Gravley
d6c5203ef6 fixing rules 2020-01-08 07:47:23 -06:00
Froilan Irizarry
de91a0aeb2
Add Jest Eslint plugin
- This plugin will help Eslint not mark Jest keywords (describe, it, etc.) as errors.
- Added jest: true to eslintrc
- Added eslint-plugin-jest to npm install seciton in Dockerfile
2019-12-05 15:12:52 -05:00
Lucas Gravley
44d8e01330 fixed it up 2019-11-07 10:27:14 -06:00
Lucas Gravley
9321959896 adding it 2019-11-07 08:44:14 -06:00
Lukas Gravley
769b7703be
Merge pull request #14 from github/addJS
Add js
2019-11-07 08:29:03 -06:00
Lukas Gravley
2e960cdca2
Update .ruby-lint.yml 2019-11-07 08:28:49 -06:00
Lucas Gravley
7ab8090b30 Adding it up 2019-11-07 08:23:17 -06:00
Lucas Gravley
f4834ab5e9 adding more stuff: 2019-11-07 08:16:59 -06:00
Lucas Gravley
34dd09510b adding js 2019-11-06 15:45:44 -06:00
Lucas Gravley
518dca2ff4 cleanup of scripts 2019-10-22 12:21:42 -05:00
Lucas Gravley
9967630273 adding it 2019-10-21 11:05:55 -05:00