-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build: suppress new sonarqube issues #369
build: suppress new sonarqube issues #369
Conversation
JaCoCo Code Coverage 97.6% ✅
Generated by 🚫 Danger |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As we have release scheduled for tomorrow, so considering that we may choose to suppress this warning for now and later on we may investigate about removing this annotation i.e. @SuppressWarnings("kotlin:S6515")
from the code.
@@ -27,6 +27,7 @@ internal interface MessageMixerPingScheduler { | |||
*/ | |||
fun pingMessageMixerService(initialDelay: Long, workManager: WorkManager? = null) | |||
|
|||
@SuppressWarnings("kotlin:S6515") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
BTW, May I know what is this S6516
warning ?
- It seems to be there for every
companion object
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://rules.sonarsource.com/kotlin/RSPEC-6515/.
Encourages to use the built-in feature object
, instead of manually creating singletons.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Description
Links
N/A
Checklist
./gradlew check
without errors