[skip ci] update todo
This commit is contained in:
parent
2b28ab12f1
commit
a799527a3c
1 changed files with 5 additions and 3 deletions
|
@ -86,6 +86,8 @@ Sorry for some of them being in German, I'll tranlate them at some point.
|
||||||
* [ ] Namespace teams
|
* [ ] Namespace teams
|
||||||
* [ ] Teams
|
* [ ] Teams
|
||||||
* [ ] Team member handling
|
* [ ] Team member handling
|
||||||
|
* [ ] Add a `User.AfterLoad()` which obfuscates the email address
|
||||||
|
* [ ] Sometimes `done` from a task is not updated (returns `done: false` but `done:true` is being sent to the server)
|
||||||
|
|
||||||
### Docs
|
### Docs
|
||||||
|
|
||||||
|
@ -191,11 +193,11 @@ Sorry for some of them being in German, I'll tranlate them at some point.
|
||||||
### Linters
|
### Linters
|
||||||
|
|
||||||
* [x] goconst
|
* [x] goconst
|
||||||
* [x] Staticcheck -> waiting for mod
|
* [x] Staticcheck
|
||||||
* [x] gocyclo-check
|
* [x] gocyclo-check
|
||||||
* [ ] gosec-check -> waiting for mod
|
* [ ] gosec-check -> waiting for mod
|
||||||
* [x] goconst-check -> waiting for mod
|
* [x] goconst-check
|
||||||
* [ ] golangci -> docker in drone
|
* [ ] golangci -> docker in drone, will probably make all other linters obsolete
|
||||||
|
|
||||||
### More server settings
|
### More server settings
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue