open-nomad/plugins/base
Mahmood Ali 98c02851c8
use comment ignores (#9448)
Use targetted ignore comments for the cases where we are bound by
backward compatibility.

I've left some file based linters, especially when the file is riddled
with linter voilations (e.g. enum names), or if it's a property of the
file (e.g. package and file names).

I encountered an odd behavior related to RPC_REQUEST_RESPONSE_UNIQUE and
RPC_REQUEST_STANDARD_NAME.  Apparently, if they target a `stream` type,
we must separate them into separate lines so that the ignore comment
targets the type specifically.
2020-11-25 16:03:01 -05:00
..
proto use comment ignores (#9448) 2020-11-25 16:03:01 -05:00
structs recover 2019-01-07 14:49:40 -08:00
base.go base fixes 2018-12-18 16:48:00 -08:00
client.go goimports until make check is happy 2019-01-23 06:27:14 -08:00
plugin.go When serializing msgpack, only consider codec tag 2020-05-11 14:14:10 -04:00
plugin_test.go base fixes 2018-12-18 16:48:00 -08:00
server.go base fixes 2018-12-18 16:48:00 -08:00
testing.go base fixes 2018-12-18 16:48:00 -08:00