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

Commit

Permalink
Merge pull request #26 from findy-network/remove-auth-codes
Browse files Browse the repository at this point in the history
Remove auth related codes.
  • Loading branch information
lauravuo-techlab authored Mar 4, 2021
2 parents 808c6e0 + 41635f2 commit 6450578
Show file tree
Hide file tree
Showing 17 changed files with 42 additions and 2,093 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- name: setup
uses: actions/setup-go@v2
with:
go-version: 1.15.x
go-version: 1.16.x
- name: checkout
uses: actions/checkout@v2
- name: use token
Expand Down
52 changes: 26 additions & 26 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,56 +47,56 @@ linters:
# inverted configuration with `enable-all` and `disable` is not scalable during updates of golangci-lint
disable-all: true
enable:
# - bodyclose
- bodyclose
- deadcode
- depguard
- dogsled
- dupl
- errcheck
# - exhaustive
# - exhaustive
- funlen
# - gochecknoinits
# - goconst
# - gocritic
# - gocyclo
# - gochecknoinits
# - goconst
# - gocritic
# - gocyclo
- gofmt
- goimports
# - golint
# - gomnd
# - golint
# - gomnd
- goprintffuncname
# - gosec
# - gosec
- gosimple
- govet
- ineffassign
# - interfacer
# - interfacer
- lll
- misspell
- nakedret
# - noctx
- noctx
- nolintlint
- rowserrcheck
# - scopelint
# - scopelint
- staticcheck
- structcheck
# - stylecheck
# - stylecheck
- typecheck
- unconvert
- unparam
- unused
- varcheck
# - whitespace
# don't enable:
# - asciicheck
# - gochecknoglobals
# - gocognit
# - godot
# - godox
# - goerr113
# - maligned
# - nestif
# - prealloc
# - testpackage
# - wsl
# don't enable:
# - asciicheck
# - gochecknoglobals
# - gocognit
# - godot
# - godox
# - goerr113
# - maligned
# - nestif
# - prealloc
# - testpackage
# - wsl
issues:
exclude-rules:
- path: jwt/tokenctx_test.go
Expand All @@ -110,4 +110,4 @@ issues:
# golangci.com configuration
# https://github.com/golangci/golangci/wiki/Configuration
service:
golangci-lint-version: 1.36.x # use the fixed version to not introduce new linters unexpectedly
golangci-lint-version: 1.37.x # use the fixed version to not introduce new linters unexpectedly
41 changes: 0 additions & 41 deletions Dockerfile

This file was deleted.

190 changes: 0 additions & 190 deletions acator/acator.go

This file was deleted.

Loading

0 comments on commit 6450578

Please sign in to comment.