Skip to content

Commit

Permalink
add lines in exemptions
Browse files Browse the repository at this point in the history
  • Loading branch information
subhajitxyz committed Nov 11, 2024
1 parent 2bd406a commit 277fabb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions scripts/assets/todo_open_exemptions.textproto
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,11 @@ todo_open_exemption {
line_number: 689
line_number: 737
line_number: 741
line_number: 790
line_number: 791
line_number: 792
line_number: 798
line_number: 800
}
todo_open_exemption {
exempted_file_path: "scripts/static_checks.sh"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ class TodoOpenCheckTest {
fun testTodoCheck_PrPresent_checkShouldFail() {
setUpGitHubService(
issueNumbers = listOf(11004, 11003, 11002, 11001),
pullRequestNumbers = listOf(11001)
pullRequestNumbers = listOf(11005)
)
val tempFile1 = tempFolder.newFile("testfiles/TempFile1.kt")
val tempFile2 = tempFolder.newFile("testfiles/TempFile2.kt")
Expand All @@ -795,7 +795,7 @@ class TodoOpenCheckTest {
""".trimIndent()
val testContent2 =
"""
// TODO(#11001): test summary 3.
// TODO(#11005): test summary 3.
todo
<!-- TODO(#11003): test summary 4-->
Expand Down

0 comments on commit 277fabb

Please sign in to comment.