Skip to content
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

Merged
merged 1 commit into from
Dec 18, 2024

Conversation

DanySK
Copy link
Member

@DanySK DanySK commented Dec 18, 2024

No description provided.

@DanySK DanySK enabled auto-merge (squash) December 18, 2024 18:02
@DanySK DanySK force-pushed the style/better-editorconfig branch from 1851260 to 05f7763 Compare December 18, 2024 18:16
Copy link

codecov bot commented Dec 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 0.00%. Comparing base (bae0b30) to head (05f7763).
Report is 13 commits behind head on master.

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.
📢 Have feedback on the report? Share it here.

@DanySK DanySK merged commit 7252966 into master Dec 18, 2024
27 checks passed
@DanySK DanySK deleted the style/better-editorconfig branch December 18, 2024 19:29
DanySK pushed a commit that referenced this pull request Dec 19, 2024
## [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))
@DanySK
Copy link
Member Author

DanySK commented Dec 19, 2024

🎉 This PR is included in version 36.0.10 🎉

The release is available on:

Your semantic-release bot 📦🚀

AngeloFilaseta pushed a commit to AngeloFilaseta/Alchemist that referenced this pull request Jan 17, 2025
AngeloFilaseta pushed a commit to AngeloFilaseta/Alchemist that referenced this pull request Jan 17, 2025
## [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))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant