elvish/pkg/eval/mods
Kurtis Rader 85c499f110 Lint cleanups
This change addresses issues reported by the `staticcheck` tool and a
couple reported by the `golint` tool. It also adds missing issue links
to a couple of entries in the release notes. This change deliberately
does not address these warnings since it is unclear whether the project
owner would prefer to suppress or address them:

    pkg/store/cmd.go:8:2: should not use dot imports (ST1001)
    pkg/store/db_store.go:10:2: should not use dot imports (ST1001)
    pkg/store/dir.go:8:2: should not use dot imports (ST1001)
2021-07-07 23:21:02 +01:00
..
bundled Move doc for the epm module into its source. 2021-06-14 22:48:10 +01:00
daemon Lint cleanups 2021-07-07 23:21:02 +01:00
file Change all builtin commands writing value output to surface ReaderGone. 2021-06-18 00:14:59 +01:00
math Lint cleanups 2021-07-07 23:21:02 +01:00
path Replace ErrArgs with more specific errors 2021-06-13 22:42:04 +01:00
platform Fix elvdoc for file:close and platform:hostname. 2021-06-14 21:57:57 +01:00
re Test almost all commands correctly bubble output errors. 2021-06-24 23:24:43 +01:00
store Move API of pkg/store into pkg/storedefs. 2021-06-19 01:54:00 +01:00
str Change new tests in str_test.go to use backquote for consistency. 2021-06-24 23:28:10 +01:00
unix A couple of TODO cleanups 2021-05-30 00:40:42 +01:00