Commit graph

7 commits

Author SHA1 Message Date
2d962d18d2
added command with interactive dialog
Some checks failed
ci / plugin-ci (push) Has been cancelled
2024-08-08 18:06:32 +02:00
Michael Kochell
376ea7e1f5
Disable unused-parameter golangci check (#191)
* add lint rule exclusion for unused-parameter

* re-introduce the unused parameters in plugin.go
2023-11-20 10:57:33 -05:00
Ben Schumacher
2879447b47
Update orb version (#170) 2022-10-07 20:24:44 +02:00
Ben Schumacher
f5cae51a20
Disable fieldalignment golangci-lint check (#149) 2021-04-29 17:15:58 -03:00
Ben Schumacher
dfa4dc13dd
Drop interfacer and goconst from golangci-lint config (#118) 2020-08-24 15:01:50 +02:00
Jesse Hallam
becbbc9685
Fix build issues (#104)
* fix linting issues on webpack.config.js

* sync with demo plugin, go mod tidy

* npm audit fix

There's a rash of lodash issues right now that have no available fix, but I'm fixing the remaining issues.

* use exact versions

* update webapp/package-lock.json too

* manually clean up go.mod/go.sum

* private package.json
2020-07-07 09:50:31 -03:00
Ben Schumacher
f5e50c1e17
Integrate GolangCI-Lint (#90)
* Use plugin orb for ci

* Add golangci-lint config and fix issues

* Simplify circleci config

* Drop unparam

* Drop maligned

* Ignore varcheck in server/manifest.go
2020-04-02 15:01:00 -03:00