Skip to content

Commit

Permalink
style: remove spaces (#2540)
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke authored Nov 30, 2023
1 parent 7e06b7a commit abb3041
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
linters:
enable-all: true
disable:
- maligned # WARN [runner] The linter 'maligned' is deprecated (since v1.38.0) due to: The repository of the linter has been archived by the owner. Replaced by govet 'fieldalignment'.
- interfacer # WARN [runner] The linter 'interfacer' is deprecated (since v1.38.0) due to: The repository of the linter has been archived by the owner.
- maligned # WARN [runner] The linter 'maligned' is deprecated (since v1.38.0) due to: The repository of the linter has been archived by the owner. Replaced by govet 'fieldalignment'.
- interfacer # WARN [runner] The linter 'interfacer' is deprecated (since v1.38.0) due to: The repository of the linter has been archived by the owner.
- scopelint # WARN [runner] The linter 'scopelint' is deprecated (since v1.39.0) due to: The repository of the linter has been deprecated by the owner. Replaced by exportloopref.
- nosnakecase # WARN [runner] The linter 'nosnakecase' is deprecated (since v1.48.1) due to: The repository of the linter has been deprecated by the owner. Replaced by revive(var-naming).
- deadcode # WARN [runner] The linter 'deadcode' is deprecated (since v1.49.0) due to: The owner seems to have abandoned the linter. Replaced by unused.
- structcheck # WARN [runner] The linter 'structcheck' is deprecated (since v1.49.0) due to: The owner seems to have abandoned the linter. Replaced by unused.
- ifshort # WARN [runner] The linter 'ifshort' is deprecated (since v1.48.0) due to: The repository of the linter has been deprecated by the owner.
- nosnakecase # WARN [runner] The linter 'nosnakecase' is deprecated (since v1.48.1) due to: The repository of the linter has been deprecated by the owner. Replaced by revive(var-naming).
- deadcode # WARN [runner] The linter 'deadcode' is deprecated (since v1.49.0) due to: The owner seems to have abandoned the linter. Replaced by unused.
- structcheck # WARN [runner] The linter 'structcheck' is deprecated (since v1.49.0) due to: The owner seems to have abandoned the linter. Replaced by unused.
- ifshort # WARN [runner] The linter 'ifshort' is deprecated (since v1.48.0) due to: The repository of the linter has been deprecated by the owner.
- varcheck # WARN [runner] The linter 'varcheck' is deprecated (since v1.49.0) due to: The owner seems to have abandoned the linter. Replaced by unused.
- wsl
- goerr113
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ winget:

# Tags.
# tags:
# -
# -

# Repository to push the generated files to.
repository:
Expand Down
2 changes: 1 addition & 1 deletion logo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

The logo has been created by [@vadasambar](https://github.com/vadasambar).

It has been built with open source:
It has been built with open source:

* Built with [Inkscape](https://inkscape.org/) 0.91
* Font: [Swasdee Regular](https://en.fontke.com/font/12135927/) ([License](https://en.fontke.com/font/12135927/licence/))
Expand Down
8 changes: 4 additions & 4 deletions pkg/cli/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ If no argument is passed, interactive fuzzy finder is launched.
$ aqua g
influxdata/influx-cli (standard) (influx) ┌ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─
influxdata/influx-cli (standard) (influx) ┌ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─
newrelic/newrelic-cli (standard) (newrelic) │ cli/cli
pivotal-cf/pivnet-cli (standard) (pivnet) │
scaleway/scaleway-cli (standard) (scw) │ https://cli.github.com/
Expand All @@ -35,7 +35,7 @@ $ aqua g
openfaas/faas-cli (standard) │
> cli/cli (standard) (gh) │
48/380 │
> cli └ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─
> cli └ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─
Please select the package you want to install, then the package configuration is outptted.
You can select multiple packages by tab key.
Expand Down Expand Up @@ -91,8 +91,8 @@ Use --limit/-l to change it. Non-positive number refers to no limit.
# Display 30 versions of selected by default
$ aqua g -s
# Display all versions of selected package
$ aqua g -s -l -1
# Display all versions of selected package
$ aqua g -s -l -1
# Display 5 versions of selected package
$ aqua g -s -l 5
Expand Down
2 changes: 1 addition & 1 deletion pkg/cli/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Use --limit/-l to change it. Non-positive number refers to no limit.
$ aqua update -i -s
# Display only 5 versions
$ aqua update -i -s -l 5
# Display all versions
# Display all versions
$ aqua update -i -s -l -1
This command doesn't update packages if the field 'version' is used.
Expand Down

0 comments on commit abb3041

Please sign in to comment.