intel-device-plugins-for-ku.../pkg/fpga/bitstream
Dmitry Rozhkov 70f862f2aa add golangci linter
In this initial commit the following checks are disabled due to
excessive amount of changes required:
- dupl (duplicate code)
- funlen (function length)
- goerr113 (errors handling expressions)
- gomnd (magic numbers)
- gosec (security)
- nakedret (naked returns)
- wsl (forces to use empty lines)
- errcheck (checking for unchecked errors)
- staticcheck (static analysis)
2020-06-08 14:01:13 +03:00
..
testdata/intel.com/fpga bitstream: increased test coverage 2020-03-20 11:18:05 +02:00
aocx.go add golangci linter 2020-06-08 14:01:13 +03:00
bitstream_test.go add golangci linter 2020-06-08 14:01:13 +03:00
bitstream.go add golangci linter 2020-06-08 14:01:13 +03:00
gbs_test.go bitstream: increased test coverage 2020-03-20 11:18:05 +02:00
gbs.go add golangci linter 2020-06-08 14:01:13 +03:00
interfaces.go add golangci linter 2020-06-08 14:01:13 +03:00