-
Notifications
You must be signed in to change notification settings - Fork 46
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
style: disable ktlint_standard_class-signature
only on kotlin tests, as per @paul-dingemans' suggestion in pinterest/ktlint#2902
#4024
Conversation
…, as per @paul-dingemans' suggestion in pinterest/ktlint#2902
1851260
to
05f7763
Compare
Quality Gate passedIssues Measures |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4024 +/- ##
======================================
Coverage 0.00% 0.00%
======================================
Files 2 2
Lines 90 90
Branches 3 3
======================================
Misses 90 90 ☔ View full report in Codecov by Sentry. |
## [36.0.10](36.0.9...36.0.10) (2024-12-19) ### Dependency updates * **core-deps:** update dependency it.unibo.scafi:scafi-core_2.13 to v1.4.0 ([#4027](#4027)) ([eadb81e](eadb81e)) * **core-deps:** update dependency it.unibo.scafi:scafi-core_2.13 to v1.5.0 ([#4028](#4028)) ([044b36f](044b36f)) * **deps:** update dependency ch.qos.logback:logback-classic to v1.5.13 ([#4026](#4026)) ([71aabd6](71aabd6)) * **deps:** update dependency com.google.guava:guava to v33.4.0-jre ([#4016](#4016)) ([18f763c](18f763c)) ### Build and continuous integration * **deps:** update actions/upload-artifact action to v4.5.0 ([#4020](#4020)) ([7b291c6](7b291c6)) * **deps:** update danysk/build-check-deploy-gradle-action action to v3.5.26 ([#4021](#4021)) ([f3f1e83](f3f1e83)) * **deps:** update danysk/build-check-deploy-gradle-action action to v3.5.27 ([#4022](#4022)) ([bae0b30](bae0b30)) * **deps:** update danysk/build-check-deploy-gradle-action action to v3.5.28 ([#4029](#4029)) ([a3482be](a3482be)) ### General maintenance * **build:** update the javadoc.io cache ([55308d1](55308d1)) * **build:** update the javadoc.io cache ([6b59846](6b59846)) * **build:** update the javadoc.io cache ([ff51fd4](ff51fd4)) * **build:** update the javadoc.io cache ([45890a5](45890a5)) * **loading:** remove dependency on Guava's `Charsets` ([#4025](#4025)) ([f78b22a](f78b22a)) * **renovate:** fix matching of scafi ([613f86c](613f86c)) ### Style improvements * disable `ktlint_standard_class-signature` only on kotlin tests, as per [@paul-dingemans](https://github.com/paul-dingemans)' suggestion in pinterest/ktlint[#2902](#2902) ([#4024](#4024)) ([7252966](7252966))
🎉 This PR is included in version 36.0.10 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
## [36.0.10](AlchemistSimulator/Alchemist@36.0.9...36.0.10) (2024-12-19) ### Dependency updates * **core-deps:** update dependency it.unibo.scafi:scafi-core_2.13 to v1.4.0 ([AlchemistSimulator#4027](AlchemistSimulator#4027)) ([eadb81e](AlchemistSimulator@eadb81e)) * **core-deps:** update dependency it.unibo.scafi:scafi-core_2.13 to v1.5.0 ([AlchemistSimulator#4028](AlchemistSimulator#4028)) ([044b36f](AlchemistSimulator@044b36f)) * **deps:** update dependency ch.qos.logback:logback-classic to v1.5.13 ([AlchemistSimulator#4026](AlchemistSimulator#4026)) ([71aabd6](AlchemistSimulator@71aabd6)) * **deps:** update dependency com.google.guava:guava to v33.4.0-jre ([AlchemistSimulator#4016](AlchemistSimulator#4016)) ([18f763c](AlchemistSimulator@18f763c)) ### Build and continuous integration * **deps:** update actions/upload-artifact action to v4.5.0 ([AlchemistSimulator#4020](AlchemistSimulator#4020)) ([7b291c6](AlchemistSimulator@7b291c6)) * **deps:** update danysk/build-check-deploy-gradle-action action to v3.5.26 ([AlchemistSimulator#4021](AlchemistSimulator#4021)) ([f3f1e83](AlchemistSimulator@f3f1e83)) * **deps:** update danysk/build-check-deploy-gradle-action action to v3.5.27 ([AlchemistSimulator#4022](AlchemistSimulator#4022)) ([bae0b30](AlchemistSimulator@bae0b30)) * **deps:** update danysk/build-check-deploy-gradle-action action to v3.5.28 ([AlchemistSimulator#4029](AlchemistSimulator#4029)) ([a3482be](AlchemistSimulator@a3482be)) ### General maintenance * **build:** update the javadoc.io cache ([55308d1](AlchemistSimulator@55308d1)) * **build:** update the javadoc.io cache ([6b59846](AlchemistSimulator@6b59846)) * **build:** update the javadoc.io cache ([ff51fd4](AlchemistSimulator@ff51fd4)) * **build:** update the javadoc.io cache ([45890a5](AlchemistSimulator@45890a5)) * **loading:** remove dependency on Guava's `Charsets` ([AlchemistSimulator#4025](AlchemistSimulator#4025)) ([f78b22a](AlchemistSimulator@f78b22a)) * **renovate:** fix matching of scafi ([613f86c](AlchemistSimulator@613f86c)) ### Style improvements * disable `ktlint_standard_class-signature` only on kotlin tests, as per [@paul-dingemans](https://github.com/paul-dingemans)' suggestion in pinterest/ktlint[AlchemistSimulator#2902](AlchemistSimulator#2902) ([AlchemistSimulator#4024](AlchemistSimulator#4024)) ([7252966](AlchemistSimulator@7252966))
No description provided.