Identical expression comparison analyzer (#7066)

* static analyzer with tests
* Merge branch 'origin-master' into identical-expression-comparison-analyzer
* resolve analyzer errors
* Merge branch 'origin-master' into identical-expression-comparison-analyzer
* change excluded file in nogo_config
* remove tests from bazel file
* exclude test file explicitly
* extracted common code to helper file
* Revert "extracted common code to helper file"

This reverts commit e9ccea7360.
* Merge refs/heads/master into identical-expression-comparison-analyzer
* Merge refs/heads/master into identical-expression-comparison-analyzer
This commit is contained in:
rkapka
2020-08-21 18:48:27 +02:00
committed by GitHub
parent 8686a81304
commit 6228b3cd9f
7 changed files with 157 additions and 0 deletions

View File

@@ -108,6 +108,7 @@ nogo(
"//tools/analyzers/cryptorand:go_tool_library",
"//tools/analyzers/errcheck:go_tool_library",
"//tools/analyzers/featureconfig:go_tool_library",
"//tools/analyzers/comparesame:go_tool_library",
] + select({
# nogo checks that fail with coverage enabled.
":coverage_enabled": [],