We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I want to enable the file_length rule only as a warning, but still set a custom length value for it. I tried several options but none worked.
Thanks!
The text was updated successfully, but these errors were encountered:
@bartzy have you tried setting the error limit to null?
null
Sorry, something went wrong.
@marcelofabri Yes, and then I get this output at the beginning of swiftlint:
swiftlint
Loading configuration from '.swiftlint.yml' Invalid configuration for 'file_length'. Falling back to default.
type_body_length
function_body_length
file_length
No branches or pull requests
Hi,
I want to enable the file_length rule only as a warning, but still set a custom length value for it.
I tried several options but none worked.
Thanks!
The text was updated successfully, but these errors were encountered: