You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/routers
Yoan Blanc 9b416b2e36
Use graceful editorconfig loader to reduce errors when loading malformed editorconfigs (#21257)
The _graceful_ should fail less when the `.editorconfig` file isn't
properly written, e.g. boolean values from YAML or unparseable numbers
(when a number is expected). As is... information is lost as the
_warning_ (a go-multierror.Error) is ignored. If anybody knows how to
send them to the UI as warning; any help is appreciated.

Closes #20694

Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
1 year ago
..
api Use graceful editorconfig loader to reduce errors when loading malformed editorconfigs (#21257) 1 year ago
common Editor preview support for external renderers (#23333) 1 year ago
install Set `X-Gitea-Debug` header once (#23361) 1 year ago
private Refactor internal API for git commands, use meaningful messages instead of "Internal Server Error" (#23687) 1 year ago
utils Implement FSFE REUSE for golang files (#21840) 2 years ago
web Use graceful editorconfig loader to reduce errors when loading malformed editorconfigs (#21257) 1 year ago
init.go Refactor `setting.Database.UseXXX` to methods (#23354) 1 year ago