commit | 6a80bbd183fd67d160748aebbfe5bb5a2dea0e00 | [log] [tgz] |
---|---|---|
author | Girish Gowdru <ggowdru@radisys.com> | Tue Jul 02 07:36:09 2019 -0700 |
committer | Girish Gowdru <ggowdru@radisys.com> | Tue Jul 09 08:26:45 2019 -0700 |
tree | 4b46c2a2cc6afdcb734adb81102d8c8b8b26e495 | |
parent | 7f06d06a1bc79d3ab4cdb2e251ebc6c530bf4117 [diff] [blame] |
[VOL-1707] Run golang SCA tools on the golang openolt adapter and fix the errors. Used golangci-lint tool. Makefile integrated with new target for running golangci-lint tool. Change-Id: I8458d75bf4a997d6f93740acf10a03bf43c554c7
diff --git a/.gitignore b/.gitignore index 6850f66..ce10b34 100644 --- a/.gitignore +++ b/.gitignore
@@ -39,3 +39,6 @@ # test output tests/results + +# SCA reports from run golangci-lint tool +sca-report/