Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Releases: kamilsk/golangci-lint

v1.57.1

24 Mar 19:03
v1.57.1
9666587
Compare
Choose a tag to compare

Motivation

As a Go developer, I actively use golangci-lint as a static linter,
but it doesn't support the looppointer linter. I need to extend it
to include the linter, which you can enable through the configuration:

linters:

  enable:
    - looppointer

or passing the argument

$ golangci-lint run --enable looppointer ./...

What's changed

  • The golangci-lint supports the looppointer linter.
  • The tool is available by brew install octolab/tap/golangci-lint.
  • The installation is also possible by
    $ curl -sSfL https://install.octolab.org/golangci-lint | sh -s -- -b /usr/local/bin

Related issues

made with ❤️ for everyone by OctoLab

v1.57.0

24 Mar 19:01
v1.57.0
2b78665
Compare
Choose a tag to compare

Motivation

As a Go developer, I actively use golangci-lint as a static linter,
but it doesn't support the looppointer linter. I need to extend it
to include the linter, which you can enable through the configuration:

linters:

  enable:
    - looppointer

or passing the argument

$ golangci-lint run --enable looppointer ./...

What's changed

  • The golangci-lint supports the looppointer linter.
  • The tool is available by brew install octolab/tap/golangci-lint.
  • The installation is also possible by
    $ curl -sSfL https://install.octolab.org/golangci-lint | sh -s -- -b /usr/local/bin

Related issues

made with ❤️ for everyone by OctoLab

The extended version with the looppointer linter

24 Mar 19:03
looppointer
cd890db
Compare
Choose a tag to compare

Motivation

As a Go developer, I actively use golangci-lint as a static linter,
but it doesn't support the looppointer linter. I need to extend it
to include the linter, which you can enable through the configuration:

linters:

  enable:
    - looppointer

or passing the argument

$ golangci-lint run --enable looppointer ./...

What's changed

  • The golangci-lint supports the looppointer linter.
  • The tool is available by brew install octolab/tap/golangci-lint.
  • The installation is also possible by
    $ curl -sSfL https://install.octolab.org/golangci-lint | sh -s -- -b /usr/local/bin

Related issues

made with ❤️ for everyone by OctoLab

v1.56.2

23 Feb 19:17
v1.56.2
0d86404
Compare
Choose a tag to compare

Motivation

As a Go developer, I actively use golangci-lint as a static linter,
but it doesn't support the looppointer linter. I need to extend it
to include the linter, which you can enable through the configuration:

linters:

  enable:
    - looppointer

or passing the argument

$ golangci-lint run --enable looppointer ./...

What's changed

  • The golangci-lint supports the looppointer linter.
  • The tool is available by brew install octolab/tap/golangci-lint.
  • The installation is also possible by
    $ curl -sSfL https://install.octolab.org/golangci-lint | sh -s -- -b /usr/local/bin

Related issues

made with ❤️ for everyone by OctoLab

v1.56.1

23 Feb 19:06
v1.56.1
4a158cc
Compare
Choose a tag to compare

Motivation

As a Go developer, I actively use golangci-lint as a static linter,
but it doesn't support the looppointer linter. I need to extend it
to include the linter, which you can enable through the configuration:

linters:

  enable:
    - looppointer

or passing the argument

$ golangci-lint run --enable looppointer ./...

What's changed

  • The golangci-lint supports the looppointer linter.
  • The tool is available by brew install octolab/tap/golangci-lint.
  • The installation is also possible by
    $ curl -sSfL https://install.octolab.org/golangci-lint | sh -s -- -b /usr/local/bin

Related issues

made with ❤️ for everyone by OctoLab

v1.56.0

23 Feb 19:03
v1.56.0
5a653ce
Compare
Choose a tag to compare

Motivation

As a Go developer, I actively use golangci-lint as a static linter,
but it doesn't support the looppointer linter. I need to extend it
to include the linter, which you can enable through the configuration:

linters:

  enable:
    - looppointer

or passing the argument

$ golangci-lint run --enable looppointer ./...

What's changed

  • The golangci-lint supports the looppointer linter.
  • The tool is available by brew install octolab/tap/golangci-lint.
  • The installation is also possible by
    $ curl -sSfL https://install.octolab.org/golangci-lint | sh -s -- -b /usr/local/bin

Related issues

made with ❤️ for everyone by OctoLab

v1.55.2

03 Nov 13:58
v1.55.2
12854a6
Compare
Choose a tag to compare

Motivation

As a Go developer, I actively use golangci-lint as a static linter,
but it doesn't support the looppointer linter. I need to extend it
to include the linter, which you can enable through the configuration:

linters:

  enable:
    - looppointer

or passing the argument

$ golangci-lint run --enable looppointer ./...

What's changed

  • The golangci-lint supports the looppointer linter.
  • The tool is available by brew install octolab/tap/golangci-lint.
  • The installation is also possible by
    $ curl -sSfL https://install.octolab.org/golangci-lint | sh -s -- -b /usr/local/bin

Related issues

made with ❤️ for everyone by OctoLab

v1.55.1

25 Oct 14:25
v1.55.1
8eeefcb
Compare
Choose a tag to compare

Motivation

As a Go developer, I actively use golangci-lint as a static linter,
but it doesn't support the looppointer linter. I need to extend it
to include the linter, which you can enable through the configuration:

linters:

  enable:
    - looppointer

or passing the argument

$ golangci-lint run --enable looppointer ./...

What's changed

  • The golangci-lint supports the looppointer linter.
  • The tool is available by brew install octolab/tap/golangci-lint.
  • The installation is also possible by
    $ curl -sSfL https://install.octolab.org/golangci-lint | sh -s -- -b /usr/local/bin

Related issues

made with ❤️ for everyone by OctoLab

v1.55.0

20 Oct 18:41
v1.55.0
4f76247
Compare
Choose a tag to compare

Motivation

As a Go developer, I actively use golangci-lint as a static linter,
but it doesn't support the looppointer linter. I need to extend it
to include the linter, which you can enable through the configuration:

linters:

  enable:
    - looppointer

or passing the argument

$ golangci-lint run --enable looppointer ./...

What's changed

  • The golangci-lint supports the looppointer linter.
  • The tool is available by brew install octolab/tap/golangci-lint.
  • The installation is also possible by
    $ curl -sSfL https://install.octolab.org/golangci-lint | sh -s -- -b /usr/local/bin

Related issues

made with ❤️ for everyone by OctoLab

v1.54.2

22 Aug 07:40
v1.54.2
b15d191
Compare
Choose a tag to compare

Motivation

As a Go developer, I actively use golangci-lint as a static linter,
but it doesn't support the looppointer linter. I need to extend it
to include the linter, which you can enable through the configuration:

linters:

  enable:
    - looppointer

or passing the argument

$ golangci-lint run --enable looppointer ./...

What's changed

  • The golangci-lint supports the looppointer linter.
  • The tool is available by brew install octolab/tap/golangci-lint.
  • The installation is also possible by
    $ curl -sSfL https://install.octolab.org/golangci-lint | sh -s -- -b /usr/local/bin

Related issues

made with ❤️ for everyone by OctoLab