chia-blockchain/.github
dependabot[bot] 15f8724cae
Bump github/super-linter from 3.15.5 to 4.0.2 (#6209)
* Bump github/super-linter from 3.15.5 to 4.0.2

Bumps [github/super-linter](https://github.com/github/super-linter) from 3.15.5 to 4.0.2.
- [Release notes](https://github.com/github/super-linter/releases)
- [Commits](https://github.com/github/super-linter/compare/v3.15.5...v4.0.2)

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

* install.sh line 96:
if [ x"$INSTALL_PYTHON_VERSION" = x ]; then
     ^------------------------^ SC2268: Avoid x-prefix in comparisons as 
it no longer serves a purpose.

Did you mean: 
if [ "$INSTALL_PYTHON_VERSION" = "" ]; then

For more information:
  https://www.shellcheck.net/wiki/SC2268

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Gene Hoffman <hoffmang@hoffmang.com>
2021-05-29 12:47:23 -07:00
..
ISSUE_TEMPLATE Additional Issue Template changes (#3489) 2021-05-10 12:40:00 -07:00
linters Isort take 3 (#1213) 2021-03-09 18:27:27 -08:00
workflows Bump github/super-linter from 3.15.5 to 4.0.2 (#6209) 2021-05-29 12:47:23 -07:00
dependabot.yml Change dependabot to target main (#1470) 2021-03-23 16:42:16 -07:00