Skip to content

chore: dataCyType.d.ts updated

fac99db
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

feat: defer invoices below 5 EUR with carry-over #3525

chore: dataCyType.d.ts updated
fac99db
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test report for ktlint:test succeeded Mar 18, 2026 in 0s

9 passed, 0 failed and 0 skipped

Tests passed successfully

Report Passed Failed Skipped Time
backend/ktlint/build/test-results/test/TEST-io.tolgee.testing.ktlint.DirtiesContextTagRuleTest.xml 4✅ 1s
backend/ktlint/build/test-results/test/TEST-io.tolgee.testing.ktlint.JakartaTransientInEntitiesTest.xml 5✅ 43ms

✅ backend/ktlint/build/test-results/test/TEST-io.tolgee.testing.ktlint.DirtiesContextTagRuleTest.xml

4 tests were completed in 1s with 4 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
io.tolgee.testing.ktlint.DirtiesContextTagRuleTest 4✅ 1s

✅ io.tolgee.testing.ktlint.DirtiesContextTagRuleTest

✅ raises an error if DirtiesContext method isn't inside the class with ContextRecreatingTest annotation()
✅ no error if DirtiesContext method is inside the class with ContextRecreatingTest annotation()
✅ no error if DirtiesContext test has ContextRecreatingTest annotation()
✅ raises an error if DirtiesContext class test doesn't have ContextRecreatingTest annotation()

✅ backend/ktlint/build/test-results/test/TEST-io.tolgee.testing.ktlint.JakartaTransientInEntitiesTest.xml

5 tests were completed in 43ms with 5 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
io.tolgee.testing.ktlint.JakartaTransientInEntitiesTest 5✅ 43ms

✅ io.tolgee.testing.ktlint.JakartaTransientInEntitiesTest

✅ does not complain on correct Transient usage()
✅ does not complain on Transient in non-entity classes()
✅ raises an error if using Kotlin transient in entity (property)()
✅ raises an error if using Kotlin transient in entity (constructor parameter)()
✅ raises an error if using Kotlin transient in entity (with specifier)()