stash/pkg/plugin
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
..
common Include server host in plugin input (#1514) 2021-06-21 14:38:44 +10:00
examples Plugin hooks (#1452) 2021-06-11 17:24:58 +10:00
js Plugin hooks (#1452) 2021-06-11 17:24:58 +10:00
util Include server host in plugin input (#1514) 2021-06-21 14:38:44 +10:00
args.go Add plugin tasks (#651) 2020-08-08 12:05:35 +10:00
config.go Plugin hooks (#1452) 2021-06-11 17:24:58 +10:00
convert.go Add plugin tasks (#651) 2020-08-08 12:05:35 +10:00
hooks.go Plugin hooks (#1452) 2021-06-11 17:24:58 +10:00
js.go Plugin hooks (#1452) 2021-06-11 17:24:58 +10:00
log.go Add plugin tasks (#651) 2020-08-08 12:05:35 +10:00
plugins.go Load TLS config files from config path before stash home (#1678) 2021-08-31 19:37:45 +10:00
raw.go Error strings noncapitalized (#1704) 2021-09-08 11:23:10 +10:00
rpc.go Plugin hooks (#1452) 2021-06-11 17:24:58 +10:00
task.go Plugin hooks (#1452) 2021-06-11 17:24:58 +10:00