Skip to content

Commit d787c4e

Browse files
authored
Enable the COMPATIBILITY_PROBLEMS in the verifier (#8286)
1 parent ab2aac7 commit d787c4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ intellijPlatform {
263263
// TODO(team) Ideally all of the following FailureLevels should be enabled:
264264
// TODO(team) Create a tracking issue for each of the following validations
265265
// VerifyPluginTask.FailureLevel.COMPATIBILITY_WARNINGS,
266-
// VerifyPluginTask.FailureLevel.COMPATIBILITY_PROBLEMS,
266+
VerifyPluginTask.FailureLevel.COMPATIBILITY_PROBLEMS,
267267
// VerifyPluginTask.FailureLevel.DEPRECATED_API_USAGES, // https://github.com/flutter/flutter-intellij/issues/7718
268268
// VerifyPluginTask.FailureLevel.SCHEDULED_FOR_REMOVAL_API_USAGES,
269269
// VerifyPluginTask.FailureLevel.EXPERIMENTAL_API_USAGES,

0 commit comments

Comments
 (0)