Skip to content

Releases: ludeeus/action-shellcheck

2.0.0

29 Jan 16:48
00cae50
Compare
Choose a tag to compare

Deprecations

  • The ignore option has been deprecated in favor of ignore_paths and ignore_names.
    • The ignore option will be removed at a later stage.
  • The disable_matcher option has been deprecated as problem matches were not working and have been removed, so it no longer served a purpose.
    • The disable_matcher option will be removed at a later stage.

What's Changed

New Contributors

Thank you all! 🎉

Full Changelog: 1.1.0...2.0.0

1.1.0

31 Mar 19:05
94e0aab
Compare
Choose a tag to compare

What’s Changed

The default output format is set to gcc

1.0.0

26 Oct 08:49
Compare
Choose a tag to compare

Changes

  • Earlier this fall GitHub added the composite type, this action is now migrated from docker to composite, this saves some time while running the action since it no longer needs to build the container.
  • A new scandir option has been added by @dadav in #28 to limit which directory should be scanned.
  • A new additional_files option has been added, this allows for checking additional filenames that would not be discovered.
  • A new disable_matcher has been added to disable the annotations added by the problem-matcher, this is useful if you have your own set of problem-matchers you want to use.
  • This action now works on mac-os runners.
  • More tests have been added to verify that the action is doing what it's supposed to do.

0.5.0

28 Jul 12:24
c489c81
Compare
Choose a tag to compare

Changes:

  • Enable shellcheck for shebang with /bin/env (#22) (@soraxas)
  • Update action checkout to the new default branch (#24) (@triat)
  • Fixes issues with globbing files with partial match (#23) (@pvogt09)
  • Re enable problem-matcher (#25)

0.4.1

14 Jul 18:30
2394c90
Compare
Choose a tag to compare
  • Removes the problem matcher that was added in 0.4.0

0.4.0

05 Jul 21:50
637bb43
Compare
Choose a tag to compare

Changes

  • Adds problem-matcher (#20)

0.3.0

27 Jun 17:45
2f2aa0d
Compare
Choose a tag to compare

Changes

  • Add severity input (#16)
  • Add the ability to check all scripts in one shellcheck command (#17)
  • Add filetype to find command (#19)
  • Update alpine to 3.12.0 (2f2aa0d)

0.2.1

10 Jun 09:58
513f424
Compare
Choose a tag to compare

0.2.0

30 May 10:04
f22efe7
Compare
Choose a tag to compare
  • Move action to alpine
  • Add exclude option
  • Update examples

0.1.0

14 Mar 17:18
Compare
Choose a tag to compare
  • Added support for .bashrc and .bash_profile files