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

add tests to prove fix for #627 #628

Merged
merged 1 commit into from
Feb 9, 2023

Conversation

wakingrufus
Copy link
Collaborator

No description provided.

document proper disabled rules usage via tests
Copy link

@stkent stkent left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💯 Updates look super, thank you!

@@ -89,6 +110,7 @@ class DisabledRulesTest : AbstractPluginTest() {
build(CHECK_PARENT_TASK_NAME) {
assertThat(task(":$mainSourceSetCheckTaskName")?.outcome).isEqualTo(TaskOutcome.SUCCESS)
assertThat(output).doesNotContain("Property 'ktlint_disabled_rules' is deprecated")
assertThat(output).doesNotContain("Property 'disabled_rules' is deprecated")
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥

Copy link
Owner

@JLLeitschuh JLLeitschuh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@JLLeitschuh JLLeitschuh merged commit 5d93f72 into JLLeitschuh:main Feb 9, 2023
@wakingrufus wakingrufus deleted the test-ec-disabled-old branch February 10, 2023 22:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants