lint.xml (1075B)
1 <?xml version="1.0" encoding="utf-8"?> 2 <!-- This Source Code Form is subject to the terms of the Mozilla Public 3 - License, v. 2.0. If a copy of the MPL was not distributed with this 4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> 5 <lint> 6 <issue id="MissingQuantity" severity="ignore" /> 7 <issue id="BrandUsage" severity="error"> 8 <ignore path="**/values-*/strings.xml" /> 9 </issue> 10 <issue id="IncorrectEllipsisCharacter" severity="error"> 11 <ignore path="**/values-*/strings.xml" /> 12 </issue> 13 <issue id="IncorrectStraightQuote" severity="error"> 14 <ignore path="**/values-*/strings.xml" /> 15 </issue> 16 <issue id="IncorrectStraightDoubleQuote" severity="error"> 17 <ignore path="**/values-*/strings.xml" /> 18 </issue> 19 <issue id="PlaceholderComment" severity="error"> 20 <ignore path="**/values-*/strings.xml" /> 21 <ignore path="**/samples/**/values/strings.xml" /> 22 </issue> 23 <issue id="Typos" severity="error"> 24 <ignore path="**/values-*/strings.xml" /> 25 </issue> 26 </lint>