Thumbnail

rani/matterbridge.git

Clone URL: https://git.buni.party/rani/matterbridge.git

commit e6061441f23d414c23243c23bef72e23f592b297 Author: Wim <wim@42.be> Date: Sun Jul 26 15:05:52 2020 +0000 Update linter config diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index 1087df1..fcf0576 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -910 +910 @@ jobs: with: fetch-depth: 20 - name: Run golangci-lint - uses: golangci/golangci-lint-action@v1 + uses: golangci/golangci-lint-action@v2 with: - version: v1.27 - args: "-v --new-from-rev HEAD~1" + version: v1.29 + args: "-v --new-from-rev HEAD~5"   test-build-upload: strategy: matrix: diff --git a/.golangci.yaml b/.golangci.yaml index 0eb7df9..3a13d1e 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -1807 +1809 @@ linters: - goerr113 - testpackage - godot - + - interfacer + - goheader + - noctx    # rules to deal with reported isues  issues: