Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: minor grammatical tweaks

...

After analysis, the LGTM bot will post posts a comment to the PR detailing newly introduced or fixed alerts, if any are found. If no new alerts have been introduced and no existing alerts fixed, no comment will be is posted. 

A list of all current alerts is available on lgtm.com, which allows you to filter by language, alert severity and alert type. Suggestions for how to resolve different alert types can be found by clicking the ? icon on an alert displayed on lgtm.com.

...

Annotation-based suppression (only currently available for Java code) should only be used only in cases where inline comments cannot be used, due to the formatting applied by the spotless gradle plugin causing the comments to span more than one line, as suppression comments must not contain line breaks. When using annotation-based alert suppression, care should be taken not to inadvertently suppress other, valid alerts in the method to which the annotation is being added.

...