-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: support multi inputs #179
Conversation
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
Signed-off-by: Kenji Miyake <kenji.miyake@tier4.jp>
@tcort Hello, thank you for this useful tool! |
@tcort Hi, I know you are busy, but let me friendly ping. |
@tcort Thank you so much! 😄 |
Shouldn't the documentation be updated to reflect this change (and demonstrate how to call with multiple files)? Lines 144 to 153 in 458cefb
|
I had the same question as @waylan - is there a way to enable recursive check using a cli arg? I'm using the docker command to try this out for starters. |
Resolves #78
This is an improved version of #178.
Although the diff is large, since I split commits into small units, I suppose you can understand what I changed by seeing each commit.
How to test