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
My config yml
disabled_rules: # rule identifiers to exclude from running - trailing_whitespace - trailing_newline - vertical_whitespace - type_name - line_length - force_cast - variable_name - legacy_constant - force_try - cyclomatic_complexity - function_body_length - function_parameter_count - todo - valid_docs - file_length - type_body_length control_statement: severity: error comma: severity: error colon: severity: error
The comma rule for example works, but the colon rule does not - xcode still produces warnings, not errors.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
My config yml
The comma rule for example works, but the colon rule does not - xcode still produces warnings, not errors.
The text was updated successfully, but these errors were encountered: