Skip to content

Releases: bombsimon/wsl

v4.2.1

08 Feb 20:29
7c15727
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.2.0...v4.2.1

v4.2.0

28 Nov 22:52
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.1.0...v4.2.0

v4.1.0

16 Jun 22:08
4740984
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.0...v4.1.0

v4.0.0

15 Mar 22:25
feb295d
Compare
Choose a tag to compare
v4.0.0 Pre-release
Pre-release

This is a complete rewrite of the runner to use the analysis package. All the internals are the same but we now have a better way to report issues which also enables us to report suggested fixes. By using the --fix flag we can finally fix the reported issues and re-format the code for us. 🎉

For now we can't handle suggested fixes in golangci-lint so you'll have to install wsl and run the fixer separate from golangci-lint until that's addressed.

What's Changed

Full Changelog: v3.4.0...v4.0.0

v3.4.0

05 Feb 18:48
70fb523
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.3.0...v3.4.0

v3.3.0

20 Apr 20:34
Compare
Choose a tag to compare
  • Allow forcing short declarations to cuddle only with themselves
  • Allow a blank line after each comment group at the start of a block (not just between groups)

v3.2.0

16 Feb 08:29
Compare
Choose a tag to compare
  • Better support for defer
  • Support for empty labels
  • Don't force multiline error cuddling
  • Support for AllowAssignAndAnythingCuddle
  • Typos and fixes

v3.1.0

17 Apr 08:40
Compare
Choose a tag to compare
  • Only enforce err cuddling if the statement above was an assignment (#78)

v3.0.0

04 Mar 20:43
320b4e5
Compare
Choose a tag to compare

Change name of public accessible configuration fields.

v2.2.0

04 Mar 09:23
Compare
Choose a tag to compare

Add flag to support leading comments separated by newline. (#73)