Skip to content

Commit

Permalink
Fix path for styles.xml to be ignored by lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ncornette committed Jun 28, 2016
1 parent d15f81b commit 6b630f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion picasso-sample/lint.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

<lint>
<issue id="NewApi">
<ignore path="res/values/styles.xml" />
<ignore path="src/main/res/values/styles.xml" />
</issue>
</lint>

0 comments on commit 6b630f2

Please sign in to comment.