Skip to content

Commit 83593cc

Browse files
committed
feat(TODO): add fix method for REC007
Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>
1 parent 4823ba3 commit 83593cc

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

t4_devkit/sanity/record/rec007.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,7 @@ def check(self, context: SanityContext) -> list[Reason] | None:
5757
return [Reason("Categories must have unique 'index' values.")]
5858

5959
return None
60+
61+
def fix(self, context: SanityContext) -> bool:
62+
# TODO(ktro2828): Implement fix logic here
63+
return super().fix(context)

0 commit comments

Comments
 (0)