Enable deprecation error for v1.17.0#18341
Conversation
|
Do we really need these two logs? I prefer to only output one error log. |
Not sure, both messages are important. But I think it can be merged into 1 bigger message. |
Codecov Report
@@ Coverage Diff @@
## main #18341 +/- ##
==========================================
+ Coverage 46.10% 46.11% +0.01%
==========================================
Files 837 837
Lines 92331 92332 +1
==========================================
+ Hits 42566 42579 +13
+ Misses 43004 42993 -11
+ Partials 6761 6760 -1
Continue to review full report at Codecov.
|
|
we got anymore of these? |
|
Not that I can find, or they are worded differently. |
|
yup we got a few... let me add some code. |
This comment has been minimized.
This comment has been minimized.
Signed-off-by: Andrew Thornton <art27@cantab.net>
Do some more deprecations and add common comment // FIXME: DEPRECATION
* giteaoffical/main: [skip ci] Updated translations via Crowdin Refactor jwt.StandardClaims to RegisteredClaims (go-gitea#18344) format with gofumpt (go-gitea#18184) Enable deprecation error for v1.17.0 (go-gitea#18341) Use correct translation key for errors (go-gitea#18342) Refactor Router Logger (go-gitea#17308) Updated Chroma to v0.10.0 (go-gitea#18270)
Co-authored-by: Andrew Thornton <art27@cantab.net>
Per title
Introduced in #16957 by @6543