Skip to content

Commit

Permalink
remove goconsistent module
Browse files Browse the repository at this point in the history
Relates to #8749

Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
  • Loading branch information
priv-kweihmann committed Apr 27, 2022
1 parent ec6bd7b commit 3cdb520
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 230 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ The layer can check on a recipe-level or on an image-level.
| flawfinder | C/C++ security linter | https://github.com/david-a-wheeler/flawfinder | | | | x | x | x | | | | | | | | | | | | | x | | |
| flint | C/C++ linter | https://github.com/JossWhittle/FlintPlusPlus | | | | x | x | x | | | | | | | | | | | | | | x | |
| gcc | GCC compiler issues and hardening | | | | | x | x | x | | | | | | | | | | | | | x | x | |
| goconsistent | make your Go programs more consistent | https://github.com/quasilyte/go-consistent | | | | x | | | | | | | x | | | | | | | | | | x |
| golicensecheck | Scan code for license information | https://github.com/go-enry/go-license-detector | | | | x | | | | | | | | | | | | | | x | x | | |
| golint | GO linter | https://github.com/golang/lint | | | | x | | | | | | | x | | | | | | | | | | x |
| image-summary | Aggregate all findings for package in an image | | | | x | | | | | | | | | | | | | | x | | x | x | x |
Expand Down Expand Up @@ -259,7 +258,6 @@ each tool does have it's own benefits and flaws so don't be mad if you have 10k+
- [flawfinder](docs/conf/module/flawfinder.md)
- [flint++](docs/conf/module/flint++.md)
- [gcc](docs/conf/module/gcc.md)
- [goconsistent](docs/conf/module/goconsistent.md)
- [golicensecheck](docs/conf/module/golicensecheck.md)
- [golint](docs/conf/module/golint.md)
- [it](docs/conf/module/it.md)
Expand Down
1 change: 0 additions & 1 deletion classes/sca-blacklist.bbclass
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ SCA_BLACKLIST_flake8 ?= ""
SCA_BLACKLIST_flawfinder ?= ""
SCA_BLACKLIST_flint ?= "linux-.*"
SCA_BLACKLIST_gcc ?= ""
SCA_BLACKLIST_goconsistent ?= "openssh"
SCA_BLACKLIST_golicensecheck ?= ""
SCA_BLACKLIST_golint ?= "openssh"
SCA_BLACKLIST_it ?= ""
Expand Down
1 change: 0 additions & 1 deletion classes/sca-global.bbclass
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ SCA_AVAILABLE_MODULES ?= "\
flawfinder \
flint \
gcc \
goconsistent \
golicensecheck \
golint \
it \
Expand Down
98 changes: 0 additions & 98 deletions classes/sca-goconsistent.bbclass

This file was deleted.

1 change: 0 additions & 1 deletion classes/sca-on-recipe.bbclass
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ SCA_ENABLED_MODULES_RECIPE ?= "\
flawfinder \
flint \
gcc \
goconsistent \
golicensecheck \
golint \
it \
Expand Down
61 changes: 0 additions & 61 deletions docs/conf/module/goconsistent.md

This file was deleted.

1 change: 0 additions & 1 deletion files/module_list.csv
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ flake8,Python linter,http://flake8.pycqa.org/en/latest/,,,x,x,,,x,,,,,,,,,,,,,x,
flawfinder,C/C++ security linter,https://github.com/david-a-wheeler/flawfinder,,,,x,x,x,,,,,,,,,,,,,x,,
flint,C/C++ linter,https://github.com/JossWhittle/FlintPlusPlus,,,,x,x,x,,,,,,,,,,,,,,x,
gcc,GCC compiler issues and hardening,,,,,x,x,x,,,,,,,,,,,,,x,x,
goconsistent,Source code analyzer that helps you to make your Go programs more consistent,https://github.com/quasilyte/go-consistent,,,,x,,,,,,,x,,,,,,,,,,x
golicensecheck,Scan code for license information,https://github.com/go-enry/go-license-detector,,,,x,,,,,,,,,,,,,,x,x,,
golint,GO linter,https://github.com/golang/lint,,,,x,,,,,,,x,,,,,,,,,,x
image-summary,Aggregate all findings for package in an image,,,,x,,,,,,,,,,,,,,x,,x,x,x
Expand Down
Empty file.
Empty file.

This file was deleted.

This file was deleted.

12 changes: 0 additions & 12 deletions recipes-sca/goconsistent-sca-native/goconsistent-sca-native_1.0.bb

This file was deleted.

1 change: 0 additions & 1 deletion test/lang_standard_01.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ cpplint
flawfinder
flint
gcc
goconsistent
golicensecheck
golint
kconfighard
Expand Down

0 comments on commit 3cdb520

Please sign in to comment.