notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
Port details
golangci-lint Linters Runner for Go
2.11.4_2 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.11.3_2Version of this port present on the latest quarterly branch.
Maintainer: dutra@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2020-05-23 10:39:54
Last Update: 2026-05-09 17:25:51
Commit Hash: 4e243a83
License: GPLv3
WWW:
https://github.com/golangci/golangci-lint
Description:
GolangCI-Lint is a linters aggregator. It's fast, on average 5 times faster than gometalinter. It's easy to integrate and use, has nice output and has a minimum number of false positives. It supports go modules.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (7 items)
Collapse this list.
  1. bin/golangci-lint
  2. share/bash-completion/completions/golangci-lint
  3. share/fish/vendor_completions.d/golangci-lint.fish
  4. share/zsh/site-functions/_golangci-lint
  5. /usr/local/share/licenses/golangci-lint-2.11.4_2/catalog.mk
  6. /usr/local/share/licenses/golangci-lint-2.11.4_2/LICENSE
  7. /usr/local/share/licenses/golangci-lint-2.11.4_2/GPLv3
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • golangci-lint>0:devel/golangci-lint
To install the port:
cd /usr/ports/devel/golangci-lint/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/golangci-lint
  • pkg install golangci-lint
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: golangci-lint
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1775440190 SHA256 (go/devel_golangci-lint/golangci-lint-v2.11.4/v2.11.4.mod) = 8e368e854df9a7361ffaca003cdd6503c7828dbd316ecc5b4c5098bd4485368c SIZE (go/devel_golangci-lint/golangci-lint-v2.11.4/v2.11.4.mod) = 10013

Expand this list (2 items)

Collapse this list.

SHA256 (go/devel_golangci-lint/golangci-lint-v2.11.4/v2.11.4.zip) = 3f01a2bc9bab4a4f4f115b04b38d883cdf84abe07d65a03fa543400f01ac9e9f SIZE (go/devel_golangci-lint/golangci-lint-v2.11.4/v2.11.4.zip) = 2046918

Collapse this list.


No package information for this port in our database
Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.4.1 : devel/gmake
  2. go125 : lang/go125
Fetch dependencies:
  1. go125 : lang/go125
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for golangci-lint-2.11.4_2: COMPLETIONS=on: Build and install bash, fish and zsh shell completions DOCS=on: Build and/or install documentation EXAMPLES=on: Build and/or install examples ===> Use 'make config' to modify these settings
Options name:
devel_golangci-lint
USES:
gmake go:1.24+,modules zip
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://proxy.golang.org/github.com/golangci/golangci-lint/v2/@v/
Collapse this list.

Number of commits found: 102 (showing only 2 on this page)

«  1 | 2 

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.27.0_1
08 Jun 2020 19:46:50
Revision:538248Original commit files touched by this commit
cs search for other commits by this committer
Amended:
 * Since the env variable '$HOME' is being set to
   '/nonexistent' this will cause build errors for
   non-privileged users. Work-around this by setting
   the necessary work environment (which includes $HOME).
   This was reported by pkg-fallout. [1]
 * Minor semantic changes in a few places.
 * Bumped PORTREVISION.

PR:		246872
Submitted by:	maintainer
1.27.0
23 May 2020 10:39:51
Revision:536284Original commit files touched by this commit
tagattie search for other commits by this committer
GolangCI-Lint is a linters aggregator. It's fast, on average 5 times
faster than gometalinter. It's easy to integrate and use, has nice
output and has a minimum number of false positives. It supports go
modules.

WWW: https://github.com/golangci/golangci-lint

PR:		244814
Submitted by:	Lewis Cook <vulcan@wired.sh>
Approved by:	ehaupt (mentor)

Number of commits found: 102 (showing only 2 on this page)

«  1 | 2