Marco Ferrari
23e8ced872
Fix issues in the build workflow ( #3357 )
...
* Fix issues in the build workflow
* Don't build the image when running trivy
* Move the alpine glibc package key in the repo
* Move the alpine glibc package key in the repo
* Update labels
* Pull and tag
2022-09-27 14:30:54 +00:00
Marco Ferrari
2d7b73b7b9
Change directory to ANSIBLE_DIRECTORY before running ansible-lint and enable autodetection ( #3350 )
...
* Change directory to ANSIBLE_DIRECTORY before running ansible-lint
* move log so we see it
* Don't pass the directory to enable autodetection
2022-09-27 07:59:15 +00:00
Bastian Ebeling
d47cecf31c
linebreak because yamllint complains of this template ( #3317 )
2022-09-24 09:42:41 +02:00
Sergei K
910fbe6263
edit Kubernetes language
2022-09-03 09:49:59 -05:00
Christian Oliff
5cdfa85ecf
use latest version of actions/checkout in README ( #3186 )
2022-08-01 15:45:06 -05:00
Tejas Nagchandi
9a81ed68bb
Updated README and remove the support referrence of bicep with arm-ttk ( #3164 )
2022-07-25 08:31:03 -05:00
Sebass van Boxel
94efa68edf
Update codespaces instruction ( #3138 )
...
Co-authored-by: Brett Logan <lindluni@github.com>
2022-07-25 08:30:25 -05:00
Lukas Gravley
a34f330477
add bicep info ( #2953 )
2022-05-24 14:46:16 -05:00
David Piggott
589beb2693
s/VALIDATE_SCALAFMT_LINT/VALIDATE_SCALAFMT/ in README ( #2722 )
...
* s/VALIDATE_SCALAFMT_LINT/VALIDATE_SCALAFMT/ in README
I needed to disable this linter in a project just now and found that setting VALIDATE_SCALAFMT_LINT had no effect. When I looked at https://github.com/github/super-linter/pull/2053/files it became clear to me it was a typo in the README - I then set VALIDATE_SCALAFMT to false, and that worked as I expected it to.
* Fix column alignment
2022-04-04 09:02:39 -05:00
Stephen Abbene
32eb1cccda
Add Perl::Critic::Community and PERL_PERLCRITIC_OPTIONS to allow passing command line options to perlcritic ( #2684 )
...
Co-authored-by: Stephen Abbene <sabbene@users.noreply.github.com>
2022-03-28 08:56:50 -05:00
Alexandre Favre
edc7095b4b
Add Android support for Kotlin ( #2670 )
...
* Fix Kotlin good test case (incorrect filename)
* Add Android support for Kotlin
Co-authored-by: Lukas Gravley <admiralawkbar@github.com>
2022-03-24 15:39:52 -05:00
Lukas Gravley
aee503c133
trying to create diagram ( #2674 )
...
* trying to create diagram
* typo
* typo
* typo
* typo
* typo
* typo
* dope code
2022-03-24 13:46:42 -05:00
Masaya Suzuki
e277edca06
Use ts-standard instead of standard as TYPESCRIPT_STANDARD ( #2614 )
...
* Use ts-standard instead of standard as TYPESCRIPT_STANDARD
* Add ts-standard
* Update test case
* Update test case
* Add tsconfig.json
* Add tsconfig.json environment value
* Fix "TypeScript"
* Fix package version
* Fix package version
* Fix package version
* Fix package version
* Fix settings
* Remove config file env
* Fix version
* Fix eslintrc
* Fix project path
* Fix project path
* Fix setting
* Fix env
* Add .eslintrc.yml for ts-standard
* Fix README
* Fix settings
* Change include paths
* Change include paths
* Change include paths
* Change include paths
* Fix dependencies
* Fix dependencies
* Fix dependence versions
2022-03-16 10:21:57 -05:00
Marco Ferrari
4b16b5b473
Lint the whole Ansible directory ( #2576 )
2022-03-14 20:47:04 +01:00
Kristjan ESPERANTO
09d9321d15
Fix link to Actions Badges documentation ( #2615 )
2022-03-14 09:24:37 -05:00
Marco Ferrari
d7cefe279b
Don't populate FILE_ARRAY_JSCPD with single files when scanning the whole codebase ( #2580 )
2022-03-14 09:22:23 -05:00
Christian Oliff
b80c79d647
Update README.md ( #2610 )
...
update example from actions/checkout@v2 to actions/checkout@v3
2022-03-14 08:57:50 -05:00
Colwyn Fritze-Moor
eb4aad643b
feat: add SSH key support ( #2454 )
...
* feat: add support for ssh keys and github.com connections
* refactor: allow github.com setup and update docs
* docs: add note about using ssh_key
* fix: run shfmt
* fix: add language to ssh key fence
* fix: make ssh setup script executable
* fix: gitleaks wins, openssh example removed
* notes
* docs: make the docs a little more clear
Co-authored-by: Admiral Awkbar <admiralawkbar@github.com>
2022-02-09 15:24:57 -06:00
Lukas Gravley
d92f3364de
adding flag for error on warning ( #2397 )
...
* adding flag for error on warning
* remove bug
2022-01-27 10:47:52 -06:00
Barry Pollard
19abf45423
Correct SQLFluff config filename ( #2366 )
2022-01-24 09:01:37 -06:00
Ross Smith II
7308cbd1ad
docs: Alphabetize lists ( #2362 )
2022-01-20 14:07:07 -06:00
Barry Pollard
3d54fce1f0
Allow SQLFluff configuration file to be used from standard Super Linter location ( #2361 )
2022-01-20 09:02:30 -06:00
Brett Logan
35d23ba664
Revert "Add find-unicode-control2 ( #2286 )" ( #2299 )
...
This reverts commit 46b9e49099
.
2022-01-06 11:00:57 -06:00
Masaya Suzuki
46b9e49099
Add find-unicode-control2 ( #2286 )
...
* Add find-unicode-control2
* make version easier
* cleaner version
Co-authored-by: Lukas Gravley <admiralawkbar@github.com>
2022-01-04 10:07:45 -06:00
Iori IKEDA
2d82178aee
add protolint config ( #2252 )
2022-01-03 11:30:56 -06:00
Marco Ferrari
e4b08ec842
Lint the whole code base with JSCPD ( #2180 )
...
* Lint the whole code base with JSCPD if VALIDATE_ALL_CODEBASE is true
* Use VALIDATE_JSCPD_ALL_CODEBASE
Co-authored-by: Lukas Gravley <admiralawkbar@github.com>
2021-12-08 14:28:30 -06:00
James Garcia
49a1836796
Updating docs link in the template ( #2218 )
...
* Updating docs link in the template
* Update template docs link
2021-12-08 14:28:01 -06:00
Marco Ferrari
ee99da290b
Uninstall Dockerfilelint ( #2195 )
...
* Uninstall Dockerfilelint
* remove dockerfilelint packages
* trying ca-certs
Co-authored-by: Admiral Awkbar <admiralawkbar@github.com>
2021-12-08 09:53:05 -06:00
Antonio Yang
1d4680e2a7
Update rustfmt with 2021 edition ( #2196 )
2021-12-07 11:18:34 -06:00
Rohan Jaswal
c4e6b0c6f4
fix default value name for JAVA_FILE_NAME in README ( #2204 )
...
The default vale name for JAVA_FILE_NAME is `sun_checks.yml` and not `sun-checks.yml` as mentioned in the README.
2021-12-05 16:07:50 +01:00
Ross Smith II
fee08c5991
doc: fix sort oder of options ( #2161 )
2021-11-18 09:31:45 -06:00
Lukas Gravley
fb82126082
Typescript prettier ( #2121 )
...
* adding typescript prettier
* adding typescript prettier
* fix scala
2021-11-12 10:25:32 -06:00
Jake Herbst
897185a4aa
Adding scalafmt ( #2053 )
...
* Adding scalafmt
* add it
Co-authored-by: Jake Herbst <jherbst@rsglab.com>
Co-authored-by: Lukas Gravley <admiralawkbar@github.com>
2021-11-10 12:28:50 -06:00
Masaya Suzuki
fafdcd214e
Add textlint ( #2021 )
...
* Add textlint
* Fix by textlint
* Fix package-lock.json
* Fix package-lock.json
2021-10-05 08:29:05 -05:00
Dylan Richards
b734f074f2
Updated README links ( #2026 )
2021-10-03 20:46:38 -07:00
Ed Sabol
1459131900
Trivial fix to README.md ( #2020 )
2021-10-02 01:43:50 +00:00
Lukas Gravley
57e0530d1b
cleaner ( #2008 )
...
* cleaner
* fix bad name
* fix name
* adding flag
* fix links
* noise
* fix rules
* fix to warn
* remove textlint
2021-10-01 12:41:13 -05:00
Masaya Suzuki
3472ac360c
Add textlint ( #2006 )
...
* Add textlint
* Add new final newline
* Validate only markdown files
* txt -> md
2021-09-30 13:40:44 -05:00
guotongfei
1afc7f8409
Enhancement: Add support for google-java-format ( #1969 )
...
* Add support for google-java-format
* adding tests and array
* fix comma
* Update linter.sh
* get it in order
* fix hava version
Co-authored-by: Admiral Awkbar <admiralawkbar@github.com>
2021-09-28 17:09:21 -05:00
Patrick Huy
9b8c1ba0a9
docs: correct GITHUB_CUSTOM_API_URL format ( #1991 )
...
In the README.md file the example value of `GITHUB_CUSTOM_API_URL` for usage on GHES ends in a `api/v3/` this is incorrect, instead `api/v3` needs to be used. Also it states that the defautl value is `api.github.com`, the true default value is `https://api.github.com `, this again is confusing whether or not the `https` needs to be included or not (it does need to be included)
Co-authored-by: Lukas Gravley <admiralawkbar@github.com>
2021-09-27 13:38:12 -05:00
Masaya Suzuki
0e1a1e50d6
Add Gitleaks for secret scanning ( #1951 )
...
* Add actionlint
* adding gitleaks
* rm secretlint
* Update .gitleaks.toml
Co-authored-by: Admiral Awkbar <admiralawkbar@github.com>
2021-09-27 09:32:18 -05:00
Kurt von Laven
eab7a6aad2
Correct spelling of "sqlfluff" in README. ( #1988 )
...
It was previously spelled "slqfluff."
2021-09-21 21:56:10 -07:00
Søren Mathiasen
7038c42bff
feat: adding slim action ( #1946 )
2021-09-08 15:18:59 -05:00
Lukas Gravley
c649496209
suppress warn messages ( #1943 )
2021-09-07 10:12:49 -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
Lukas Gravley
5f65429f2c
adding tflint ( #1899 )
...
* adding tflint
* fixed array
* i thought this was fixed
2021-08-30 09:47:50 -05:00
Philip Jake
a6d60d8fa8
Editorial: linked the example linter.yml
file ( #1872 )
2021-08-17 15:00:53 -05:00
Linda_pp
8e17b57c1a
Update link to the document of actionlint configuration file ( #1857 )
...
Co-authored-by: Lukas Gravley <admiralawkbar@github.com>
2021-08-16 09:19:47 -05:00
Andrew Ogburn
8e308dcb0c
Update GitHub Actions config file default ( #1855 )
...
The default value is actionlint.yml, not .actionlint.yml, as previously
reported by the README.md.
2021-08-10 09:25:30 -05:00
Lukas Gravley
148622b273
Sqlfluff ( #1834 )
...
* adding sqlfluff
* adding sqlfluff
* update test
* adding sql file array
2021-08-05 15:32:27 -05:00