Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix lint warnings #133

Merged
merged 2 commits into from Jun 15, 2021
Merged

fix lint warnings #133

merged 2 commits into from Jun 15, 2021

Conversation

shogo82148
Copy link
Contributor

  • printf-style function with dynamic format string and no further arguments should use print-style function instead (SA1006) go-staticcheck
  • should use make([]string, 0) instead (S1019) go-staticcheck

- printf-style function with dynamic format string and no further arguments should use print-style function instead (SA1006) go-staticcheck
- should use make([]string, 0) instead (S1019) go-staticcheck
@Songmu Songmu merged commit b0e709e into tcnksm:master Jun 15, 2021
Songmu added a commit that referenced this pull request Jun 15, 2021
## [v0.14.0](v0.13.0...v0.14.0) (2021-06-15)

* udpate deps [#134](#134) ([Songmu](https://github.com/Songmu))
* fix lint warnings [#133](#133) ([shogo82148](https://github.com/shogo82148))
* Migrate to GitHub Actions [#132](#132) ([shogo82148](https://github.com/shogo82148))
* Allow use of ENV Varaibles to run tests which upload to github [#130](#130) ([JehandadK](https://github.com/JehandadK))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants