Simple and Powerful ORM for Go, support mysql,postgres,tidb,sqlite3,sqlite,mssql,oracle,cockroach
https://xorm.io
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
431 B
24 lines
431 B
linters: |
|
enable: |
|
- gosimple |
|
- deadcode |
|
- typecheck |
|
- govet |
|
- errcheck |
|
- staticcheck |
|
- unused |
|
- structcheck |
|
- varcheck |
|
- dupl |
|
#- gocyclo # The cyclomatic complexety of a lot of functions is too high, we should refactor those another time. |
|
- gofmt |
|
- misspell |
|
- gocritic |
|
- bidichk |
|
- ineffassign |
|
enable-all: false |
|
disable-all: true |
|
fast: false |
|
|
|
run: |
|
timeout: 3m |