-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Enable `Layout/ExtraSpacing` Since it only removes extra spaces and does not involve any destructive changes, I believe it should be fine. What do you think? ``` ❯ bundle exec rubocop -A ....C.....................C................C..................................... Offenses: lib/committee.rb:25:31: C: [Corrected] Layout/ExtraSpacing: Unnecessary spacing detected. raise "remove deprecated!" unless Committee::VERSION.start_with?("5") ^ lib/committee/middleware/request_validation.rb:9:16: C: [Corrected] Layout/ExtraSpacing: Unnecessary spacing detected. @strict = options[:strict] ^ lib/committee/schema_validator/option.rb:35:23: C: [Corrected] Layout/ExtraSpacing: Unnecessary spacing detected. @path_hash_key = options[:path_hash_key] || "committee.path_hash" ^^^^^ 81 files inspected, 3 offenses detected, 3 offenses corrected ``` * Adjust spacing
- Loading branch information
Showing
4 changed files
with
22 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters