Include checkerframework annotatons with compileOnly and remove lint exclusion
The lint error suppression only works locally and not for external developers who still see the lint error and need to suppress it themselves. This changes 'implementation' to 'compileOnly' in gradle to prevent the dependency from being exported. Also removes the local lint suppression. Issue:#4234 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=196251407
Showing
with
4 additions
and
39 deletions
checker-framework-lint.xml
deleted
100644 → 0
Please
register
or
sign in
to comment