diff options
author | Andrea Barberio <insomniac@slackware.it> | 2019-05-08 13:51:39 +0100 |
---|---|---|
committer | insomniac <insomniacslk@users.noreply.github.com> | 2019-05-08 20:08:19 +0100 |
commit | 5dea7039d65e5b94fa681b17bc4a3bf63aa47994 (patch) | |
tree | 5726ea67a6a46cef01edc18efc2ab886cb53b724 /dhcpv4/ztpv4 | |
parent | 7f47189c0d8f5c8b06ab1787a94506fbb673e6e0 (diff) |
[CI] Added linters
Now the CI will also run golangci-lint
Signed-off-by: Andrea Barberio <insomniac@slackware.it>
Diffstat (limited to 'dhcpv4/ztpv4')
-rw-r--r-- | dhcpv4/ztpv4/parse_circuitid_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dhcpv4/ztpv4/parse_circuitid_test.go b/dhcpv4/ztpv4/parse_circuitid_test.go index b075a16..94061c4 100644 --- a/dhcpv4/ztpv4/parse_circuitid_test.go +++ b/dhcpv4/ztpv4/parse_circuitid_test.go @@ -45,7 +45,6 @@ func TestFormatCircuitID(t *testing.T) { name string circuit *CircuitID want string - fail bool }{ {name: "empty", circuit: &CircuitID{}, want: ",,,,"}, {name: "juniperQFX pattern", circuit: &CircuitID{Slot: "0", Module: "0", Port: "0", SubPort: "0"}, want: "0,0,0,0,"}, |