open-nomad/plugins/device
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
..
cmd/example Add plugin API versioning to plugin loader and plugins 2018-12-18 16:48:00 -08:00
proto use comment ignores (#9448) 2020-11-25 16:03:01 -05:00
client.go Merge pull request #5229 from hashicorp/r-grabbag-201901019 2019-01-23 13:06:51 -05:00
device.go nvidia: support disabling the nvidia plugin (#8353) 2020-07-21 10:11:16 -04:00
mock.go fix race 2018-11-07 12:22:07 -08:00
plugin.go Plugin client's handle plugin dying 2018-11-12 17:09:27 -08:00
plugin_test.go Add plugin API versioning to plugin loader and plugins 2018-12-18 16:48:00 -08:00
server.go Device manager 2018-11-07 10:43:15 -08:00
util.go Move Stat{Object|Value} to plugins/shared/structs 2018-11-14 09:01:26 -05:00
versions.go Add plugin API versioning to plugin loader and plugins 2018-12-18 16:48:00 -08:00