Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

chore: fix issues with golangci-lint (#613) backport for 7.11.x #615

Merged
merged 1 commit into from
Jan 19, 2021

Commits on Jan 19, 2021

  1. chore: fix issues with golangci-lint (elastic#613)

    * chore: go vet is already called by golangci-lint
    
    See dnephin/pre-commit-golang#62 (comment)
    and https://golangci-lint.run/usage/linters/
    
    * chore: bump precommit-golang
    
    * chore: run golangci-lint for modified files
    
    Enable the fast linter preset and only run it on newly-modified files,
    and fix problems as they arise, if the linter supports it
    
    * chore: fix line endings
    
    * chore: expllicitly set filepaths for gherkin files
    
    * chore: remove trail comma in arrays' last items
    
    * chore: add empty Go file to the root directory
    
    Golangci-lint is able to continue
    
    * chore: add Go license to empty file
    mdelapenya committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    8fd2670 View commit details
    Browse the repository at this point in the history