Gabe Kangas
4ed563beed
Make linter run on pull_request events
2022-09-21 10:22:44 -07:00
Gabe Kangas
87ca4c9434
Do not run go linting on web-only changes
2022-08-26 14:27:37 -07:00
renovate[bot]
3cacdf6804
Update golangci/golangci-lint-action action to v3 ( #1821 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-02 09:29:48 -07:00
Gabe Kangas
d1cebb0d88
Increase linter timeout even more to try to fix github workflow error.
2022-05-02 07:01:55 -07:00
Gabe Kangas
e95cf6bc72
Increase linter timeout
2022-05-01 11:53:57 -07:00
Renovate Bot
661b788d3a
Update actions/checkout action to v3
2022-04-10 11:54:39 +00:00
renovate[bot]
d4c7f183eb
Update actions/setup-go action to v3 ( #1814 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-04 13:52:54 -07:00
Gabe Kangas
48006d7a79
Fix updated go linter
2022-03-07 11:26:51 -08:00
Gabe Kangas
5dd3ce5c44
Update golangci-lint action
2022-03-07 00:21:33 -08:00
Gabe Kangas
c6c6f0233d
Expanded linting + fix warnings ( #1396 )
...
* Expand the linters and types of warnings to improve consistency and safety
* Fail lint workflow if there are errors
* golint has been replaced by revive
* Hand-pick some of the default exclude list
* Ignore error when trying to delete preview gif
* Ignore linter warning opening playlist path
* Rename user field Id -> ID
* A bunch of renames to address linter warnings
* Rename ChatClient -> Client per linter suggestion best practice
* Rename ChatServer -> Server per linter suggestion best practice
* More linter warning fixes
* Add missing comments to all exported functions and properties
2021-09-12 00:18:15 -07:00
Gabe Kangas
a01fe638cc
Increase golangci-lint timeout
2021-08-12 21:33:11 -07:00
Christian Muehlhaeuser
261fe56bad
Don't specify the linter version, as it's not required any longer ( #1262 )
2021-07-24 23:19:46 -07:00
leuc
e311cb53ea
let actions/checkout@v2 select the right reference for push and pull request events ( #1042 )
2021-05-22 10:36:21 -07:00
Gabe Kangas
0f3e818041
Do not lint dependabot
2021-05-18 10:12:52 -07:00
Gabe Kangas
36154bc4c0
Fix permissions error on automated linter.
...
This reverts commit bf06467f2d
.
2021-04-10 19:27:24 -07:00
Gabe Kangas
bf06467f2d
Removing lint.yml and consolidating into the formatting job
2021-04-10 19:22:18 -07:00
Christian Muehlhaeuser
16e578e993
Use a golangci-lint workflow to check for common mistakes & problems ( #353 )
2020-11-12 14:42:39 -08:00