buildkite-plugins / plugin-linter-buildkite-plugin

✨ A Buildkite plugin for linting your Buildkite plugins
MIT License
7 stars 3 forks source link

Update buildkite plugin shellcheck to v1.1.1 #20

Closed renovate[bot] closed 6 years ago

renovate[bot] commented 6 years ago

This Pull Request updates dependency shellcheck (source) from v1.0.1 to v1.1.1


Release Notes

v1.1.1 (🦔Irritable Hedgehog)

Compare Source

Fixed

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - command: test.sh
    plugins:
-     shellcheck#v1.1.0:
+     shellcheck#v1.1.1:
        files: scripts/*.sh

v1.1.0 (⏳Sands of Time)

Compare Source

Added/Removed/Fixed/Changed

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - command: test.sh
    plugins:
-     shellcheck#v1.0.1:
+     shellcheck#v1.1.0:
        files: scripts/*.sh


This PR has been generated by Renovate Bot.