code review

This commit is contained in:
Miguel Palhas 2024-10-08 12:02:02 +01:00
parent 50aa970dc4
commit 7b5d19e941
4 changed files with 19 additions and 2 deletions

View File

@ -853,5 +853,5 @@
}
}
]
},
}
]

View File

@ -37,4 +37,4 @@
}
]
}
]
]

View File

@ -539,3 +539,17 @@ index 0000000..0ce9b1a
+TODO: Create an issue for TODO
+-}
+sum a b = a + b
diff --git a/src/init.lua b/src/init.lua
new file mode 100644
index 0000000..0ce9b1a
--- /dev/null
+++ b/src/init.lua
@@ -0,0 +1,8 @@
+-- TODO: Fix this
+-- In the future, make a way to build these and just start the base
+-- out with a large supply of each
+-- labels: redesign
+--[[
+ TODO: Fix this todo
+ labels: urgent
+--]]

View File

@ -100,6 +100,9 @@ class NewIssueTests(unittest.TestCase):
def test_liquid_issues(self):
self.assertEqual(count_issues_for_file_type(self.raw_issues, 'liquid'), 3)
def test_liquid_issues(self):
self.assertEqual(count_issues_for_file_type(self.raw_issues, 'lua'), 3)
class ClosedIssueTests(unittest.TestCase):
# Check for removed TODOs across the files specified.
def setUp(self):