Source code
Revision control
Copy as Markdown
Other Tools
<?xml version="1.0" encoding="UTF-8"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
<lint>
<!-- The android-lint mozlint task reports every issue in the lint report as a failure, including
the informational note lint emits about findings filtered by the baseline. Silence just that
note; the baseline itself still grandfathers the underlying findings. -->
<issue id="LintBaseline" severity="ignore" />
</lint>