You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Secondly, the video displays issues from linters that have since been renamed or deprecated: gas is now gosec, megacheck is gosimple + staticcheck + unused.
Lastly, the golangci-lint linters command outputs many more linters in v1.57.0 compared to v1.67.0.
Describe the solution you'd like
Re-film the demo video on https://asciinema.org/ and re-generate demo.svg using the latest golangci-lint version.
Describe alternatives you've considered
N/A
Additional context
No response
The text was updated successfully, but these errors were encountered:
Your feature request related to a problem? Please describe
The golangci-lint demo video was filmed 5 years ago using golangci-lint v1.16.0 and is now mostly outdated for golangci-lint v1.57.0.
Firstly, the official repository for beego is beego/beego, not astaxie/beego.

Secondly, the video displays issues from linters that have since been renamed or deprecated:

gas
is nowgosec
,megacheck
isgosimple
+staticcheck
+unused
.Lastly, the

golangci-lint linters
command outputs many more linters in v1.57.0 compared to v1.67.0.Describe the solution you'd like
Re-film the demo video on https://asciinema.org/ and re-generate
demo.svg
using the latest golangci-lint version.Describe alternatives you've considered
N/A
Additional context
No response
The text was updated successfully, but these errors were encountered: