For some lint checks I can suppress them with a comment or a method annotation. ConstantConditions
is a good example:
However for other checks I can only suppress via a method annotation. CheckResult
is an example.
Is there any reason for this difference? Is it just that Android tools team hasn't added a comment-based suppression check?