Skip to content

Commit

Permalink
Change severity level to error
Browse files Browse the repository at this point in the history
  • Loading branch information
lordzsolt committed Feb 9, 2020
1 parent 113357a commit 15dbf2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ private enum ConfigurationKey: String {
}

public struct EmptyCountConfiguration: RuleConfiguration, Equatable {
private(set) var severityConfiguration = SeverityConfiguration(.warning)
private(set) var severityConfiguration = SeverityConfiguration(.error)
private(set) var onlyAfterDot: Bool = false

public var consoleDescription: String {
Expand Down

0 comments on commit 15dbf2e

Please sign in to comment.