feat(ci): update golangci-lint and action (#325)
* Update linter - Update Github golangci-lint-action to v3 - Update golangci-lint to v1.52.2 * Fix linter issues after updating to linter 1.52.2
This commit is contained in:
@@ -15,7 +15,7 @@ func NewNoneTranscoder() *NoneTranscoder {
|
||||
return &NoneTranscoder{}
|
||||
}
|
||||
|
||||
func (*NoneTranscoder) Transcode(ctx context.Context, _ Profile, in string, out io.Writer) error {
|
||||
func (*NoneTranscoder) Transcode(_ context.Context, _ Profile, in string, out io.Writer) error {
|
||||
file, err := os.Open(in)
|
||||
if err != nil {
|
||||
return fmt.Errorf("open file: %w", err)
|
||||
|
||||
Reference in New Issue
Block a user