-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
0.24.1: Invalid configuration for 'indentation'. Falling back to default. #1998
Comments
Could you please fill out the issue template next time? It has the questions I would ask next based on what you've written. Complete output when running SwiftLint, including the stack trace and command used$ swiftlint lint Environment
# insert yaml contents here
// This triggers a violation:
let foo = try! bar() |
Hi @jpsim. I'm getting the same message (twice, because I have nested config files).
|
Alright, I managed to reproduce this just by running |
Fixed. Thanks for reporting. Next time please do fill out the issue template however. |
@jpsim Will do. Is there any instruction anywhere about how to use this indentation feature? |
How are we supposed to use this new
indentation
feature? I don't see any instructions for it, and I'd rather not haveInvalid configuration for 'indentation'. Falling back to default.
spamming my output.The text was updated successfully, but these errors were encountered: