Skip to content

Commit

Permalink
kdoc and todo exemp
Browse files Browse the repository at this point in the history
  • Loading branch information
manas-yu committed Jan 16, 2025
1 parent ca14146 commit 8602e7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/assets/todo_open_exemptions.textproto
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ todo_open_exemption {
}
todo_open_exemption {
exempted_file_path: "scripts/static_checks.sh"
line_number: 114
line_number: 121
}
todo_open_exemption {
exempted_file_path: "wiki/Coding-style-guide.md"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ private class TextViewStyleCheck {
private val directionalityWarnings = mutableListOf<String>()
private val builderFactory = DocumentBuilderFactory.newInstance()

/** Checks XML files for TextView elements to ensure compliance with style requirements. */
fun checkFiles(xmlFiles: List<File>) {
xmlFiles.forEach { file -> processXmlFile(file) }
printResults()
Expand Down

0 comments on commit 8602e7e

Please sign in to comment.