Commit graph

73 commits

Author SHA1 Message Date
Lukas Gravley
5eb75027a7
Merge pull request #195 from mathiasbynens/patch-1
Fix typo
2020-06-19 13:40:16 -05:00
Lucas Gravley
005c8b3fcd another one... 2020-06-19 13:32:46 -05:00
Lucas Gravley
37a1605ba0 Adding it 2020-06-19 13:31:05 -05:00
Mathias Bynens
ca81f52818
Fix typo
this repositories -> this repository's
2020-06-19 20:20:20 +02:00
Lukas Gravley
542b6f09d3
Merge pull request #194 from github/envLint
Add dotenv-linter support to super-linter
2020-06-19 13:08:16 -05:00
Lukas Gravley
98650b24d5
Merge branch 'master' into disableFlag 2020-06-19 12:42:19 -05:00
Lucas Gravley
d5fa264b0d Adding flag to readme 2020-06-19 12:40:53 -05:00
Artem Medvedev
df54ef2137 Add dotenv-linter support to super-linter (#173) 2020-06-19 20:32:07 +03: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
Zack Koppert
511481e0c9
Merge branch 'master' into stylelint-support 2020-06-19 08:09:47 -07:00
Zack Koppert
8d6ac3b5a1
Merge pull request #186 from github/defaultWorkspace
Default workspace
2020-06-19 08:03:12 -07:00
Zack Koppert
d7bce7bcd0
Merge pull request #184 from github/coffelint-update
update coffeelint
2020-06-19 08:00:39 -07:00
Lukas Gravley
0390ed63ea
Merge branch 'master' into staging 2020-06-19 09:13:27 -05:00
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
14828eb478
Add environment variable for running locally 2020-06-19 11:50:35 +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
Zack Koppert
9f9b4d2a60
Merge pull request #152 from Hanse00/support-any-default
Support any default branch
2020-06-18 16:57:38 -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
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
SangND
be35583eab
README: fix typo 2020-06-19 02:10:08 +07: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
Waldir Pimenta
1aadf2df86 Fix typo (combination on → combination of) 2020-06-18 18:56:16 +01: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
David Anson
d838650711 Fix case of "markdownlint" in README.md. 2020-06-18 10:15:42 -07:00
Lukas Gravley
50adb5f859
Merge pull request #113 from eunomie/docker-public-url
Use public URL for the Docker container
2020-06-18 12:05:49 -05:00
Lukas Gravley
cb54679928
Merge pull request #112 from mbrukman/capitalization
Fix capitalization [skip ci]
2020-06-18 11:58:11 -05:00
Gregor Martynus
c41835d96c
README example: actions/checkout@master -> actions/checkout@v2 2020-06-18 09:13:26 -07:00
Yves Brissaud
c1f8e7c799
Use public URL for the Docker container
The previous one in the README is the URL to
manage the repository (when you are the owner).
2020-06-18 18:03:50 +02:00
Misha Brukman
2a8a75304c Fix capitalization [skip ci]
* Markdown [1,2] has no capital 'd'
* CoffeeScript [3,4], JavaScript [5,6], TypeScript [7,8,9] all capitalize 'S'
* GitHub [10,11] capitalizes the 'H'

References:

[1] https://en.wikipedia.org/wiki/Markdown
[2] https://daringfireball.net/projects/markdown/syntax
[3] https://en.wikipedia.org/wiki/CoffeeScript
[4] https://coffeescript.org/
[5] https://en.wikipedia.org/wiki/JavaScript
[6] https://developer.mozilla.org/en-US/docs/Web/JavaScript
[7] https://en.wikipedia.org/wiki/TypeScript
[8] https://www.typescriptlang.org/
[9] https://github.com/Microsoft/TypeScript
[10] https://en.wikipedia.org/wiki/GitHub
[11] https://github.com/about
2020-06-18 11:57:58 -04:00
Andy Waite
aab22f2987
Fix RuboCop capitalization in README 2020-06-18 11:38:27 -04:00
Zack Koppert
55082a18b7
Set v2 in example workflow and update release procedure to cover docs
Signed-off-by: Zack Koppert <zkoppert@github.com>
2020-06-17 09:31:45 -07:00
Zack Koppert
ba761dbfef
Merge pull request #100 from Hanse00/restructure-linter-flags
Restructure linter flags
2020-06-16 14:48:23 -07:00
Philip Mallegol-Hansen
401a9f8fbf Clean up documentation
We add documentation on how the variables now work, and remove duplication in run-linter-locally.md
2020-06-12 15:10:18 -07:00
Zack Koppert
7a2491e426
Switch to versioned docker container example 2020-05-14 11:50:18 -07:00
Lucas Gravley
3caaa91c5f make it better 2020-05-14 08:57:58 -05:00
Lars Hvam
25200888cc
readme: fix typo 2020-05-07 22:16:57 +02:00
Zeke Sikelianos
d499dc9103
docs: clarify action behavior in README 2020-05-04 21:06:29 -07:00
Zack Koppert
9aa9061241
Add wiki reference 2020-04-30 11:33:37 -07:00
Lucas Gravley
056fbd49e7 update readme 2020-04-30 09:06:20 -05:00
Zack Koppert
337e37a76f
Specify license type 2020-04-28 11:55:15 -07:00
Lucas Gravley
b616dafd41 Cleanup of linter rules prints: 2020-04-27 12:21:38 -05:00
Lucas Gravley
6424a9e03a Adding linkage 2020-04-23 11:39:13 -05:00