mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-golang-org-x-lint: Fix indentation.
* gnu/packages/golang-check.scm (go-golang-org-x-lint): Fix indentation. Change-Id: I3ec261699ee31b5b8ab0dda90d5da6f9fe87a923
This commit is contained in:
parent
ece4daf5fd
commit
6179e9dda0
1 changed files with 24 additions and 24 deletions
|
@ -1313,30 +1313,30 @@ real database connection.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-golang-org-x-lint
|
(define-public go-golang-org-x-lint
|
||||||
(package
|
(package
|
||||||
(name "go-golang-org-x-lint")
|
(name "go-golang-org-x-lint")
|
||||||
(version "0.0.0-20241112194109-818c5a804067")
|
(version "0.0.0-20241112194109-818c5a804067")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://go.googlesource.com/lint")
|
(url "https://go.googlesource.com/lint")
|
||||||
(commit (go-version->git-ref version))))
|
(commit (go-version->git-ref version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "06ni2jpd3s5bzg2qrry58svakkg9k43gkgkrbk8f8x886qnhnimp"))))
|
(base32 "06ni2jpd3s5bzg2qrry58svakkg9k43gkgkrbk8f8x886qnhnimp"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "golang.org/x/lint"
|
'(#:import-path "golang.org/x/lint"
|
||||||
#:tests? #f)) ;; TODO: Fix tests
|
#:tests? #f)) ;; TODO: Fix tests
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list go-golang-org-x-tools))
|
(list go-golang-org-x-tools))
|
||||||
(home-page "https://golang.org/x/lint")
|
(home-page "https://golang.org/x/lint")
|
||||||
(synopsis "Linter for Go source code")
|
(synopsis "Linter for Go source code")
|
||||||
(description
|
(description
|
||||||
"This is a linter for Go source code. Unlike gofmt, it doesn't
|
"This is a linter for Go source code. Unlike gofmt, it doesn't reformat
|
||||||
reformat the source code, it only prints out style mistakes.")
|
the source code, it only prints out style mistakes.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
;; XXX: Unmaintained since 2020, see
|
;; XXX: Unmaintained since 2020, see
|
||||||
;; <https://github.com/go-check/check/issues/111>.
|
;; <https://github.com/go-check/check/issues/111>.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue