stash/pkg/manager/config
SmallCoccinelle e7f6cb22b7
Error strings noncapitalized (#1704)
* Fix error string capitalization

Error strings often follow another string. Hence, they should not be
capitalized, unless referencing a name.

* Uncapitalize more error strings

While here, use %v on the error directly, which makes it easier to wrap
the error later with %w if need be.

* Uncapitalize more error strings

While here, rename Url to URL as a nitpick.
2021-09-08 11:23:10 +10:00
..
config.go Error strings noncapitalized (#1704) 2021-09-08 11:23:10 +10:00
config_concurrency_test.go Fix: config race conditions with RWMutex (#1645) 2021-08-24 15:18:30 +10:00
init.go CPU profiling (#1371) 2021-05-16 17:21:11 +10:00
urlmap.go Add custom served folders (#620) 2020-06-21 22:25:13 +10:00
urlmap_test.go Add custom served folders (#620) 2020-06-21 22:25:13 +10:00