Skip to content

Instantly share code, notes, and snippets.

@karlkovaciny
Created October 2, 2015 16:45
Show Gist options
  • Save karlkovaciny/257d87ef5f208e1aa8c9 to your computer and use it in GitHub Desktop.
Save karlkovaciny/257d87ef5f208e1aa8c9 to your computer and use it in GitHub Desktop.
// 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