-
Notifications
You must be signed in to change notification settings - Fork 9
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
Configure checkers through tasks #7
Comments
Would like to see that as well. The default 80 character limit of Bikeshed is overly strict so would be very nice if I could pass the |
would i.e. $ boot check/with-bikeshed -o "{:max-line-length 42}"
Checking for lines longer than 42 characters.
Badly formatted files:
## .... |
@AdamFrey which options are you looking to add? Some options are already supported via |
@tolitius I was not aware of that option, though reading the README.md now in hindsight makes it quite obvious. Today I learned, and so forth. Then I've got everything I need, thank you. |
closing this. feel free to reopen if there are more questions |
Just wondering if you had a plan to pass arguments from the boot tasks down to the checkers themselves (like excluded namespaces, excluded linters, etc.).
Would you accept a PR that implemented some subset of argument passing or would you like to cover everything at once?
The text was updated successfully, but these errors were encountered: