Skip to content
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

Enabling severity of error not working for colon rule #863

Closed
brynjar opened this issue Nov 2, 2016 · 0 comments
Closed

Enabling severity of error not working for colon rule #863

brynjar opened this issue Nov 2, 2016 · 0 comments
Labels

Comments

@brynjar
Copy link

brynjar commented Nov 2, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants