10 Commits

Author SHA1 Message Date
Julian Strobl
c507a3490e
chore(sonar): add util.go to exclusion
it was copied over from cosmos-sdk.

Signed-off-by: Julian Strobl <jmastr@mailbox.org>
2024-11-15 16:10:12 +01:00
Julian Strobl
d6570c3e54
chore(sonar): add network.go to exclusion
it was copied over from cosmos-sdk.

Signed-off-by: Julian Strobl <jmastr@mailbox.org>
2024-11-15 16:00:26 +01:00
Jürgen Eckel
55b7065744
Eckelj/remove the smell (#326)
* removed some more code smell/error message aggregation
* removed obsolete/duplicate tests/code
* excluded TODOs (simulation) from being processed by sonarqube
* removed TODO code

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>

---------

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
2024-02-26 18:06:43 +01:00
Jürgen Eckel
75ed13b357
Eckelj/reducing code smell (#325)
* aggregating error messages
* removed duplicate err msgs
* removed obsolete test (two times equal behaviour )
* added global error msg module
* refactored test utils to have sample types and sample objects by keepers separated
* excluded auto-generated code from sonarcube analysis


Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
2024-02-26 16:44:00 +01:00
Julian Strobl
520833e36a
[sonar] Exclude generated simulation_test.go
Signed-off-by: Julian Strobl <jmastr@mailbox.org>
2023-07-26 14:55:00 +02:00
Julian Strobl
414ab6c556
[sonar] Add more generated files to exclusion
We get a lot of code duplication errors on those files, which is to be
expected since they are generated.

Signed-off-by: Julian Strobl <jmastr@mailbox.org>
2023-07-26 12:49:22 +02:00
Julian Strobl
a02ab7fdc9
[sonar] Exclude additional generated protobuf files
Signed-off-by: Julian Strobl <jmastr@mailbox.org>
2023-07-05 13:19:30 +02:00
Julian Strobl
7c7626c704
[sonar] Improve file exclusions
- Exclude generated openapi.yml
- Only exclude generated protobuf files in x/ directory

Signed-off-by: Julian Strobl <jmastr@mailbox.org>
2023-07-04 10:04:33 +02:00
Julian Strobl
10b222d6ad
[sonar] Let's not exceed our 100k lines limit
Signed-off-by: Julian Strobl <jmastr@mailbox.org>
2023-07-04 09:20:51 +02:00
Julian Strobl
58d6352c68
[sonar] Add initial setup
Signed-off-by: Julian Strobl <jmastr@mailbox.org>
2023-07-04 09:19:29 +02:00