Skip to content

Releases: TheFoundryVisionmongers/fn-pylint-action

v2.0.0

03 Oct 16:40
a083824
Compare
Choose a tag to compare

Breaking changes

  • Replaced all action arguments with a single pylint-args option,
    which takes a string of arbitrary command-line parameters to forward
    on to pylint.
    #10

v2.0.0-beta.1

03 Oct 15:54
2a34466
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release
Automatic compilation

v1.1.3

15 Nov 17:20
038b3bb
Compare
Choose a tag to compare

Improvements

  • Bumped node version from node12 to node16, in response to
    deprecation warnings.

v1.1.3-beta.1

15 Nov 16:58
fcebb66
Compare
Choose a tag to compare
v1.1.3-beta.1 Pre-release
Pre-release

Improvements

  • Bumped node version from node12 to node16, in response to
    deprecation warnings.

v1.1.2

14 Sep 09:08
83fff51
Compare
Choose a tag to compare

Bug fixes

  • Bumped @actions/core from 1.6.0 to 1.9.1

v1.1.2-beta.2

14 Sep 09:00
ab0b925
Compare
Choose a tag to compare
v1.1.2-beta.2 Pre-release
Pre-release

Bug fixes

  • Bumped @actions/core from 1.6.0 to 1.9.1

v1.1.1

18 May 15:42
0c243b8
Compare
Choose a tag to compare

Bug fixes

v1.1.1-beta.1

18 May 08:04
ad5235b
Compare
Choose a tag to compare
v1.1.1-beta.1 Pre-release
Pre-release

Bug fixes

v1.1.0

04 Jan 17:35
9107835
Compare
Choose a tag to compare

New features

  • Added pylint-ignore-paths input, passed to pylint via the --ignore-paths command-line argument.

Bug fixes

  • Usage errors thrown by the pylint invocation will now fail the action.

v1.0.0

01 Dec 11:32
922361d
Compare
Choose a tag to compare
Automatic compilation