Skip to content

Commit

Permalink
error print fix
Browse files Browse the repository at this point in the history
  • Loading branch information
manas-yu committed Dec 16, 2024
1 parent 00f7367 commit 25e31c0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ fun main(vararg args: String) {

if (styleAttribute == null || !styleAttribute.startsWith("@style/")) {
errors.add("${file.path}: TextView element is missing a centrally managed style.")
break
}
}
}
Expand Down

0 comments on commit 25e31c0

Please sign in to comment.