Skip to content

Commit d4d2401

Browse files
authored
[verifier] remove unneeded verification muting (#8366)
These `freeArgs` were added in jwren@3768608 but seem to be muting failures that don't occur. --- - [x] I’ve reviewed the contributor guide and applied the relevant portions to this PR. <details> <summary>Contribution guidelines:</summary><br> - See our [contributor guide]([https://github.com/dart-lang/sdk/blob/main/CONTRIBUTING.md](https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#overview) for general expectations for PRs. - Larger or significant changes should be discussed in an issue before creating a PR. - Dart contributions to our repos should follow the [Dart style guide](https://dart.dev/guides/language/effective-dart) and use `dart format`. - Java and Kotlin contributions should strive to follow Java and Kotlin best practices ([discussion](#8098)). </details>
1 parent dcfece3 commit d4d2401

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

build.gradle.kts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -182,13 +182,7 @@ intellijPlatform {
182182
)
183183
verificationReportsFormats = VerifyPluginTask.VerificationReportsFormats.ALL
184184
subsystemsToCheck = VerifyPluginTask.Subsystems.ALL
185-
// Mute and freeArgs documentation
186-
// https://github.com/JetBrains/intellij-plugin-verifier/?tab=readme-ov-file#specific-options
187-
// https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin-faq.html#mutePluginVerifierProblems
188-
freeArgs = listOf(
189-
"-mute",
190-
"TemplateWordInPluginId,ForbiddenPluginIdPrefix,TemplateWordInPluginName"
191-
)
185+
192186
ides {
193187
recommended()
194188
}

0 commit comments

Comments
 (0)