Commit graph

3922 commits

Author SHA1 Message Date
Koichi ITO
f81547ff33 Update the notation of RuboCop
RuboCop is the proper notation as below.

> **RuboCop** is a Ruby static code analyzer (a.k.a. `linter`) and
> code formatter.

https://github.com/rubocop-hq/rubocop/blob/v0.85.1/README.md
2020-06-19 20:46:15 +09:00
Jason Lenny
248c421eda
Add instruction to running local page 2020-06-19 11:52:14 +02:00
Jason Lenny
14828eb478
Add environment variable for running locally 2020-06-19 11:50:35 +02:00
Jason Lenny
d20d93fec3
Allow for workspace location to be provided by the end user
This will give more flexibility to anyone who doesn't happen to keep their files in /tmp/lint.
2020-06-19 11:47:45 +02:00
Antoine Leblanc
2751fb19a9
Minor brand wording change
Rename Github to GitHub.

Signed-off-by: Antoine Leblanc <ant.leblanc@gmail.com>
2020-06-19 07:44:26 +02:00
Zack Koppert
fd416152eb
Update README.md
Co-authored-by: Philip Mallegol-Hansen <philip@mallegolhansen.com>
2020-06-18 22:27:23 -07: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
Nick Van Wiggeren
0cafbe0243
Merge pull request #158 from github/nickvanw/update-documentation
Update docs to point to github docker image
2020-06-18 17:21:40 -07:00
Zack Koppert
9f9b4d2a60
Merge pull request #152 from Hanse00/support-any-default
Support any default branch
2020-06-18 16:57:38 -07:00
iggy
e22eb00151
Update to latest golangci-lint
In setting super-linter up on one of my repo's, I ran into
golangci/golangci-lint#827 which is apparently fixed in v1.23.8 (and has
improved error messages in v1.24.0). I'm not sure if there's a reason for
using the version that is there now, but if the latest doesn't work,
please at least update to 1.24.0.

Signed-off-by: iggy <iggy@theiggy.com>
2020-06-18 16:15:52 -07:00
Nick Van Wiggeren
c4249ee93a update docs to point to github docker image 2020-06-18 15:27:50 -07:00
Tony Brix
41deecee15 update coffeelint 2020-06-18 16:29:06 -05:00
Philip Mallegol-Hansen
f4153396ae Add documentation for the flag 2020-06-18 14:06:52 -07:00
Philip Mallegol-Hansen
33c2dd57f7 Update explicit references to master
Wherever the script previously used the master branch, we now substitute our DEFAULT_BRANCH variable.

We also create this variable at the beginning of the script, and default it to master if no value was passed in.
2020-06-18 14:04:41 -07:00
Sean Killeen
dc881c2d1a
Update lib/linter.sh 2020-06-18 16:47:52 -04:00
Sean Killeen
95af99a134
Update lib/linter.sh 2020-06-18 16:47:05 -04:00
Lukas Gravley
244a841d9d
Merge pull request #147 from donroyco/donroyco-patch-1
docs(readme): fix typo languages
2020-06-18 15:39:03 -05:00
Philip Mallegol-Hansen
2ab14d961b Update README to indicate support for non-master defaults 2020-06-18 13:23:45 -07:00
Roy
6418907811
docs(readme): fix typo languages 2020-06-18 22:13:20 +02:00
Lukas Gravley
8cd1d3525c
Merge pull request #137 from github/PushToGitHub
Changing from Admiralawkbar to github
2020-06-18 14:58:02 -05:00
Zack Koppert
7b4e2f556a
Merge pull request #139 from dacsang97/patch-1
README: fix typo
2020-06-18 12:43:32 -07:00
Lucas Gravley
b9055439d3 more language 2020-06-18 14:42:33 -05:00
Zack Koppert
421dcb6b1b
Merge pull request #141 from antleblanc/patch-codeowner
Apply valid syntax to CODEOWNERS file
2020-06-18 12:41:37 -07:00
Sean Killeen
49c6b4fa7d
Update lib/linter.sh 2020-06-18 15:26:21 -04:00
Sean Killeen
cf8b1eddfe
Update lib/linter.sh 2020-06-18 15:25:54 -04:00
Sean Killeen
ff19ebe77d
exit early if errors are disabled 2020-06-18 15:24:47 -04:00
Sean Killeen
2338c2c98e
Parse DEFAULT_ERRORS variable 2020-06-18 15:22:13 -04:00
Sean Killeen
4d2b216eaf
Add variable and default 2020-06-18 15:17:59 -04:00
Antoine Leblanc
e957ebf359
Apply valid syntax to CODEOWNERS file
see: https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax

Signed-off-by: Antoine Leblanc <ant.leblanc@gmail.com>
2020-06-18 21:14:22 +02:00
Sean Killeen
976bc9c852
Add environment variable for disabling errors 2020-06-18 15:12:41 -04:00
SangND
be35583eab
README: fix typo 2020-06-19 02:10:08 +07:00
Lucas Gravley
eb9f7498f8 using the built container and not the repo 2020-06-18 14:09:33 -05:00
Lucas Gravley
3764738cee fixed version 2020-06-18 14:06:05 -05:00
Lucas Gravley
d5d29c2ac9 more updates 2020-06-18 14:02:54 -05:00
Lucas Gravley
31efa2eb68 Changing from Admiralawkbar to github 2020-06-18 13:53:45 -05:00
Lukas Gravley
1e08ff6363
Merge pull request #133 from pronoiac/pronoiac/tweak-readme-linter-list
Tweak readme linter list
2020-06-18 13:47:24 -05:00
James Young
eb08b3dc25 README: aligning the columns on the list of linkers 2020-06-18 11:34:09 -07:00
James Young
4226fb3f85 README: sorting the list of linters 2020-06-18 11:33:48 -07:00
James Young
5df0755c95 Copy links for linters into README 2020-06-18 11:29:10 -07:00
Lukas Gravley
8282dcdf39
Merge pull request #130 from waldyrious/typo
Fix typo (combination on → combination of)
2020-06-18 13:19:37 -05:00
Zack Koppert
bc7d0f81ab
Merge pull request #131 from github/FixAutomation
fixing automation
2020-06-18 11:15:28 -07:00
Lucas Gravley
3c0b0c51bb fixing automation 2020-06-18 12:58:57 -05:00
Zack Koppert
4269c9afc0
Merge pull request #126 from github/staging
Staging
2020-06-18 10:57:36 -07:00
Waldir Pimenta
1aadf2df86 Fix typo (combination on → combination of) 2020-06-18 18:56:16 +01:00
Zack Koppert
2b732be004
Set checkout to v2 2020-06-18 10:40:41 -07:00
Zack Koppert
bd6692eb7a
Set checkout to v2 2020-06-18 10:38:48 -07:00
Zack Koppert
ee08e5c285
checkout v2 instead of master 2020-06-18 10:35:16 -07:00
Zack Koppert
abf80cfa3a
Merge pull request #114 from gr2m/patch-1
README example: `actions/checkout@master` -> `actions/checkout@v2`
2020-06-18 10:33:28 -07:00
Lukas Gravley
3569fc0407
Merge pull request #121 from DavidAnson/markdownlint-case
Fix case of "markdownlint" in README.md.
2020-06-18 12:23:13 -05:00
David Anson
d838650711 Fix case of "markdownlint" in README.md. 2020-06-18 10:15:42 -07:00