Lukas Gravley
8eb4d621d6
fixed releasedoc ( #1914 )
...
* fixed doc
* update version
2021-08-31 12:31:54 -05:00
Kurt von Laven
8227f79074
Add a template config file for ShellCheck ( #1900 )
...
* Improve wording of LINTER_RULES_PATH docs (#1634 ).
* Add a template config file for ShellCheck (#1633 ).
Instruct ShellCheck to search SCRIPTDIR, the directory that the script
being linted is in, for other scripts that are sourced. Otherwise, the
commonly-used source command results in linter error SC1091. See
https://github.com/koalaman/shellcheck/wiki/SC1091 for more details.
* fix line ending
Co-authored-by: Lukas Gravley <admiralawkbar@github.com>
2021-08-30 11:19:56 -05:00
Gabriel Diaz
8ba80c11b9
Improve LINTER_RULES_PATH docs, about it beein relative ( #1093 )
...
* Improve LINTER_RULES_PATH docs, about it beein relative
* Update using-rules-files.md
Co-authored-by: Lukas Gravley <admiralawkbar@github.com>
2021-01-04 11:11:35 -06:00
Sander Maijers
2a524ad1b0
Fix typo ( #1000 )
2020-11-16 09:50:11 -06:00
Lucas Gravley
15a63d48fa
cleanup file
2020-11-10 10:35:31 -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
Lukas Gravley
eb6c5d8309
Merge pull request #887 from github/dependabot/docker/mstruebing/editorconfig-checker-2.2.0
...
Bump mstruebing/editorconfig-checker from 2.1.0 to 2.2.0
2020-10-27 13:54:25 -05:00
Lucas Gravley
9b602c7314
updating doc
2020-10-27 13:52:10 -05:00
Lucas Gravley
3eec4c39e8
updating doc
2020-10-27 13:50:55 -05:00
Lucas Gravley
5da607d300
fix rule
2020-10-27 13:26:42 -05:00
Joseph Marino
a137b16ddc
Removed table
...
Removed table containing ENV VARS that
could be configured with LINTER_RULES_PATH
from the "Using your own rules files" section.
Added text letting users know that they should
refer to the environment variables table in
the README for a list of filename ENV VARS
2020-10-26 22:57:10 -04:00
Joseph Marino
c846cfd9ce
Added "Using your own rules files" to the README
...
Added a "Using your own rules files" section to the
README under the "Template rules" section.
This section may help developers new to super-linter
avoid running into issues #864 and #685 .
2020-10-25 20:06:49 -04:00
Lukas Gravley
6def9c940d
Merge pull request #862 from sheeeng/docs/add-terragrunt-link-in-table-of-linters
...
docs: add terragrunt link in table of linters
2020-10-19 10:28:58 -05:00
Leonard Sheng Sheng Lee
f0a1605597
docs: explain markdownlint yaml configuration file
2020-10-16 19:43:04 +02:00
Leonard Sheng Sheng Lee
3e90a2d3f4
docs: add terragrunt link in table of linters
2020-10-16 19:25:39 +02:00
Lucas Gravley
d8b13b0fd8
now with files
2020-10-13 10:21:23 -05:00
Tim Jones
a8746a7159
Add support for Terragrunt files
2020-10-08 18:18:22 +02:00
Lukas Gravley
1ea66c1dd2
adding rules
2020-10-08 09:22:17 -05:00
Marco Ferrari
f24f52be11
Lint with Kubeval and fixes
2020-09-22 01:49:01 +02:00
Christian Oliff
1520729a00
Fix JavaScript capitalizaton
2020-09-16 14:11:28 +09:00
kpj
8ac1c99a2e
[Snakemake] Support both formatting using 'snakefmt' and linting using 'snakemake --lint'
2020-09-08 09:38:48 +02:00
kpj
15eec55117
[Snakemake] Update documentation
2020-09-07 16:37:22 +02:00
Lucas Gravley
87cec4c11c
Adding linkage
2020-09-02 09:33:46 -05:00
Josselin
f34b084586
Add support for black config file
2020-09-02 11:28:57 +02:00
Marco Ferrari
0d849cd5e0
Lint shell files with shfmt
2020-08-31 19:22:49 +02:00
Lucas Gravley
1f2c569c21
adding black
2020-08-20 09:44:11 -05:00
assignUser
8224e9e6e5
fix exit code
2020-08-19 17:51:07 +00:00
assignUser
bad32e6f53
adress review
2020-08-19 14:16:59 +00:00
assignUser
e1bc1df9e7
add latex support
2020-08-18 22:54:32 +00:00
assignUser
cc903ad583
Adjust doc about exclusions
2020-08-18 16:11:26 +00:00
assignUser
6372885cd0
relative exclusions work, adressed comments
2020-08-17 16:27:31 +00:00
assignUser
7632f64664
ad lintr to TestCodebase
2020-08-16 12:44:37 +00:00
assignUser
d9536d43ba
fix whitespace
2020-08-16 01:27:41 +00:00
assignUser
d4f4bbd255
everything except linter.sh
2020-08-15 18:21:57 +00: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
c9ef1fcb66
Saving it
2020-08-06 12:01:36 -05:00
Lukas Gravley
af7c3071d3
Update disabling-linters.md
2020-08-06 11:14:01 -05:00
Lucas Gravley
a216a6623a
adding some good code
2020-08-05 13:35:14 -05:00
Lucas Gravley
c85f386652
adding details
2020-08-04 14:29:25 -05:00
Arto Bendiken
68dc0cb993
Fixed typos regarding the Dart configuration path.
2020-08-01 18:27:21 +03:00
Gabo
107bd8eea4
Update docs
2020-07-27 17:56:12 -05:00
Casey Vega
5fa6aca5c2
add lua to super-linter
2020-07-24 11:34:52 -07:00
Lukas Gravley
957aaed999
Merge branch 'master' into Groovy
2020-07-23 12:15:28 -05:00
Lukas Gravley
565883ac1b
Merge pull request #468 from mil7/patch-1
...
fix disabling-linters documentation
2020-07-23 10:20:32 -05:00
mil7
7d07c7e2b2
Delete surplus horizonal line
2020-07-23 16:26:48 +02:00
mil7
dd20279eae
Fix horizontal line
2020-07-23 16:25:23 +02:00
Lukas Gravley
135b01cf51
Merge branch 'master' into Groovy
2020-07-23 09:08:35 -05:00
Lucas Gravley
589f111eab
fixed conflict
2020-07-23 08:05:16 -05:00