-
-
Save karlkovaciny/257d87ef5f208e1aa8c9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// TODO(dimvar): Either INEXISTENT_PROPERTY shouldn't be here, or we should | |
// change DiagnosticGroups.setWarningLevel to not accidentally enable it. | |
static final DiagnosticGroup ALL_DIAGNOSTICS = new DiagnosticGroup( | |
DETERMINISTIC_TEST, | |
INEXISTENT_ENUM_ELEMENT, | |
INEXISTENT_PROPERTY, | |
POSSIBLE_INEXISTENT_PROPERTY, | |
INEXISTENT_PROPERTY_WITH_SUGGESTION, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment