Skip to content

Commit

Permalink
feat: add logic to keep fwd email (#760)
Browse files Browse the repository at this point in the history
* feat: add logic to keep fwd email

* chore: fix migration

* chore: add logic assign role

* test: update test

* chore: find discord role by id

* chore: update golint ci
  • Loading branch information
lmquang authored Nov 20, 2024
1 parent f56f174 commit 6259de5
Show file tree
Hide file tree
Showing 12 changed files with 60,843 additions and 60,190 deletions.
3 changes: 2 additions & 1 deletion .aidigestignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Dockerfile
tools.Dockerfile
.env
go.*
devbox.*
.golangci.yml
Expand All @@ -19,4 +20,4 @@ pkg/handler/metadata/testdata/*
pkg/handler/invoice/testdata/*
pkg/handler/employee/testdata/*
pkg/handler/bankaccount/testdata/*
pkg/handler/client/testdata/*
pkg/handler/client/testdata/*
7 changes: 7 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,10 @@ linters:

run:
timeout: 5m

issues:
exclude-rules:
# Exclude some `staticcheck` messages.
- linters:
- staticcheck
text: "SA1019:"
Loading

0 comments on commit 6259de5

Please sign in to comment.