Skip to content

Instantly share code, notes, and snippets.

@etagwerker
Created February 2, 2021 16:36
Show Gist options
  • Save etagwerker/e1bad7d366a12f48a03d04f18ccbf9c0 to your computer and use it in GitHub Desktop.
Save etagwerker/e1bad7d366a12f48a03d04f18ccbf9c0 to your computer and use it in GitHub Desktop.
git commit with points project
➜ points git:(feature/upgrade-rails-5-2) ✗ git commit Gemfile*
warning: parser/current is loading parser/ruby25, which recognizes
warning: 2.5.8-compliant syntax, but you are running 2.5.7.
warning: please see https://github.com/whitequark/parser#compatibility-with-ruby-mri.
standard: Use Ruby Standard Style (https://github.com/testdouble/standard)
standard: Run `standardrb --fix` to automatically fix some problems.
Gemfile:33:7: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:35:7: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:35:23: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:36:16: Layout/HashAlignment: Align the keys of a hash literal if they span more than one line.
Gemfile:36:21: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:53:5: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:54:5: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:54:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:55:5: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:55:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:55:34: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:56:5: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:59:7: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:59:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:61:7: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:69:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:69:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:71:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:71:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:73:7: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:74:7: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:74:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:75:7: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:76:7: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:77:7: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:78:7: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:82:7: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:83:7: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:84:7: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:85:7: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:86:7: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:87:7: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/callbacks_controller.rb:25:7: Layout/BeginEndAlignment: `end` at 25, 6 is not aligned with `@organization_members ||= begin` at 22, 4.
app/controllers/real_scores_controller.rb:10:60: Layout/SpaceBeforeBlockBraces: Space missing to the left of {.
app/controllers/real_scores_controller.rb:10:60: Layout/SpaceInsideBlockBraces: Space between { and | missing.
app/controllers/real_scores_controller.rb:10:82: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/real_scores_controller.rb:10:85: Layout/SpaceInsideBlockBraces: Space missing inside }.
app/controllers/real_scores_controller.rb:11:23: Layout/SpaceAfterComma: Space missing after comma.
app/controllers/real_scores_controller.rb:12:28: Layout/SpaceBeforeBlockBraces: Space missing to the left of {.
app/controllers/real_scores_controller.rb:12:28: Layout/SpaceInsideBlockBraces: Space between { and | missing.
app/controllers/real_scores_controller.rb:12:56: Layout/SpaceInsideBlockBraces: Space missing inside }.
app/controllers/real_scores_controller.rb:18:1: Layout/AccessModifierIndentation: Indent access modifiers like `private`.
app/controllers/stories_controller.rb:1:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/stories_controller.rb:7:17: Style/PercentLiteralDelimiters: `%w`-literals should be delimited by `[` and `]`.
app/controllers/stories_controller.rb:59:1: Layout/EmptyLinesAroundMethodBody: Extra empty line detected at method body beginning.
app/controllers/stories_controller.rb:62:29: Style/AndOr: Use `&&` instead of `and`.
app/controllers/stories_controller.rb:64:12: Style/RescueModifier: Avoid using `rescue` in its modifier form.
app/controllers/stories_controller.rb:67:29: Style/AndOr: Use `&&` instead of `and`.
app/controllers/stories_controller.rb:70:29: Style/AndOr: Use `&&` instead of `and`.
app/controllers/stories_controller.rb:73:54: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/stories_controller.rb:74:39: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/stories_controller.rb:74:72: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/stories_controller.rb:74:108: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/stories_controller.rb:82:39: Standard/SemanticBlocks: Prefer `{...}` over `do...end` for functional blocks.
app/controllers/stories_controller.rb:88:48: Style/StringLiteralsInInterpolation: Prefer double-quoted strings inside interpolations.
app/controllers/stories_controller.rb:88:78: Performance/StringReplacement: Use `tr` instead of `gsub`.
app/controllers/stories_controller.rb:88:88: Style/StringLiteralsInInterpolation: Prefer double-quoted strings inside interpolations.
app/controllers/stories_controller.rb:107:6: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/stories_controller.rb:107:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/stories_controller.rb:107:30: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/helpers/application_helper.rb:6:28: Style/TrailingCommaInHashLiteral: Avoid comma after the last item of a hash.
app/helpers/application_helper.rb:11:22: Style/TrailingCommaInHashLiteral: Avoid comma after the last item of a hash.
app/helpers/application_helper.rb:18:41: Layout/TrailingWhitespace: Trailing whitespace detected.
app/models/project.rb:30:23: Layout/SpaceAroundOperators: Surrounding space missing for operator `-`.
app/models/project.rb:30:45: Layout/SpaceAroundOperators: Surrounding space missing for operator `/`.
app/models/report.rb:1:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/models/story.rb:11:18: Style/RedundantSelf: Redundant `self` detected.
app/models/story.rb:18:19: Style/RedundantSelf: Redundant `self` detected.
app/models/story.rb:32:28: Style/RedundantSelf: Redundant `self` detected.
app/models/user.rb:5:10: Layout/ArgumentAlignment: Use one level of indentation for arguments following the first line of a multi-line method call.
app/models/user.rb:11:40: Layout/SpaceAfterComma: Space missing after comma.
app/models/user.rb:13:70: Layout/SpaceBeforeBlockBraces: Space missing to the left of {.
app/models/user.rb:13:70: Layout/SpaceInsideBlockBraces: Space between { and | missing.
app/models/user.rb:13:106: Layout/SpaceInsideBlockBraces: Space missing inside }.
app/models/user.rb:14:4: Layout/DefEndAlignment: `end` at 14, 3 is not aligned with `def` at 7, 2.
config/environments/development.rb:21:66: Style/TrailingCommaInHashLiteral: Avoid comma after the last item of a hash.
config/environments/production.rb:14:37: Layout/ExtraSpacing: Unnecessary spacing detected.
config/environments/production.rb:27:46: Style/HashSyntax: Use the new Ruby 1.9 hash syntax.
config/environments/production.rb:84:11: Layout/ExtraSpacing: Unnecessary spacing detected.
config/environments/production.rb:84:50: Style/GlobalStdStream: Use `$stdout` instead of `STDOUT`.
config/environments/production.rb:86:18: Layout/ExtraSpacing: Unnecessary spacing detected.
config/environments/test.rb:18:64: Style/TrailingCommaInHashLiteral: Avoid comma after the last item of a hash.
config/environments/test.rb:22:37: Layout/ExtraSpacing: Unnecessary spacing detected.
config/initializers/devise.rb:259:32: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/initializers/devise.rb:259:54: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/initializers/devise.rb:259:83: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/puma.rb:7:21: Style/RedundantFetchBlock: Use `fetch("RAILS_MAX_THREADS", 5)` instead of `fetch("RAILS_MAX_THREADS") { 5 }`.
config/puma.rb:12:5: Layout/ExtraSpacing: Unnecessary spacing detected.
config/puma.rb:12:17: Style/RedundantFetchBlock: Use `fetch("PORT", 3000)` instead of `fetch("PORT") { 3000 }`.
config/routes.rb:2:36: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
config/routes.rb:2:57: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:2:68: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
config/routes.rb:13:29: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:20:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:20:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:23:46: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:24:48: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
db/migrate/20180530174255_devise_create_users.rb:7:23: Layout/ExtraSpacing: Unnecessary spacing detected.
db/migrate/20180530174255_devise_create_users.rb:11:15: Layout/ExtraSpacing: Unnecessary spacing detected.
db/migrate/20180530174255_devise_create_users.rb:18:16: Layout/ExtraSpacing: Unnecessary spacing detected.
db/migrate/20180530174255_devise_create_users.rb:21:13: Layout/ExtraSpacing: Unnecessary spacing detected.
db/migrate/20180530174255_devise_create_users.rb:22:13: Layout/ExtraSpacing: Unnecessary spacing detected.
db/migrate/20180530174255_devise_create_users.rb:38:30: Layout/ExtraSpacing: Unnecessary spacing detected.
db/migrate/20190926190608_add_real_score_to_stories.rb:3:61: Layout/TrailingWhitespace: Trailing whitespace detected.
db/seeds.rb:8:34: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
db/seeds.rb:9:57: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
db/seeds.rb:10:8: Layout/SpaceBeforeBlockBraces: Space missing to the left of {.
db/seeds.rb:10:8: Layout/SpaceInsideBlockBraces: Space between { and | missing.
db/seeds.rb:10:48: Layout/SpaceInsideBlockBraces: Space missing inside }.
db/seeds.rb:12:59: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
db/seeds.rb:13:8: Layout/SpaceBeforeBlockBraces: Space missing to the left of {.
db/seeds.rb:13:8: Layout/SpaceInsideBlockBraces: Space between { and | missing.
db/seeds.rb:13:10: Lint/UnderscorePrefixedVariableName: Do not use prefix `_` for a variable that is used.
db/seeds.rb:13:119: Layout/SpaceInsideBlockBraces: Space missing inside }.
db/seeds.rb:15:44: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
db/seeds.rb:15:72: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
db/seeds.rb:15:82: Standard/SemanticBlocks: Prefer `{...}` over `do...end` for functional blocks.
db/seeds.rb:16:19: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
db/seeds.rb:19:45: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
db/seeds.rb:19:73: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
db/seeds.rb:19:83: Standard/SemanticBlocks: Prefer `{...}` over `do...end` for functional blocks.
db/seeds.rb:20:19: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
db/seeds.rb:23:141: Layout/SpaceInsideBlockBraces: Space missing inside }.
db/seeds.rb:24:142: Layout/SpaceInsideBlockBraces: Space missing inside }.
lib/tasks/csv_import.rake:3:45: Layout/ExtraSpacing: Unnecessary spacing detected.
lib/tasks/csv_import.rake:3:47: Layout/SpaceAroundOperators: Operator `=>` should be surrounded by a single space.
lib/tasks/csv_import.rake:3:62: Layout/ExtraSpacing: Unnecessary spacing detected.
lib/tasks/csv_import.rake:4:1: Layout/EmptyLinesAroundBlockBody: Extra empty line detected at block body beginning.
lib/tasks/csv_import.rake:5:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/tasks/csv_import.rake:9:14: Style/GlobalStdStream: Use `$stdin` instead of `STDIN`.
lib/tasks/csv_import.rake:10:11: Performance/RegexpMatch: Use `match?` instead of `=~` when `MatchData` is not used.
lib/tasks/csv_import.rake:16:45: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/tasks/csv_import.rake:16:78: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/tasks/csv_import.rake:16:114: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
lib/tasks/csv_import.rake:19:1: Layout/EmptyLinesAroundBlockBody: Extra empty line detected at block body end.
spec/apparition_helper.rb:1:12: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
spec/apparition_helper.rb:2:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
spec/apparition_helper.rb:8:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
spec/apparition_helper.rb:9:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
spec/apparition_helper.rb:9:31: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
spec/controllers/action_plans_controller.rb:8:27: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
spec/controllers/action_plans_controller.rb:8:50: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
spec/controllers/action_plans_controller.rb:17:27: Layout/SpaceInsideHashLiteralBraces: Space inside { detected.
spec/controllers/action_plans_controller.rb:17:50: Layout/SpaceInsideHashLiteralBraces: Space inside } detected.
spec/controllers/estimates_controller_spec.rb:48:56: Style/TrailingCommaInHashLiteral: Avoid comma after the last item of a hash.
spec/controllers/estimates_controller_spec.rb:55:54: Style/TrailingCommaInHashLiteral: Avoid comma after the last item of a hash.
spec/controllers/estimates_controller_spec.rb:67:60: Style/TrailingCommaInHashLiteral: Avoid comma after the last item of a hash.
spec/controllers/estimates_controller_spec.rb:93:87: Style/TrailingCommaInHashLiteral: Avoid comma after the last item of a hash.
spec/controllers/stories_controller_spec.rb:96:56: Style/TrailingCommaInHashLiteral: Avoid comma after the last item of a hash.
spec/controllers/stories_controller_spec.rb:104:16: Layout/SpaceAfterComma: Space missing after comma.
spec/controllers/stories_controller_spec.rb:109:14: Standard/SemanticBlocks: Prefer `{...}` over `do...end` for functional blocks.
spec/features/action_plan_generate_spec.rb:1:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
spec/features/action_plan_generate_spec.rb:17:35: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
spec/features/action_plan_generate_spec.rb:18:35: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
spec/features/action_plan_generate_spec.rb:18:47: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
spec/features/projects_manage_spec.rb:40:1: Layout/EmptyLinesAroundBlockBody: Extra empty line detected at block body beginning.
spec/features/projects_manage_spec.rb:42:37: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
spec/features/projects_manage_spec.rb:42:65: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
spec/features/projects_manage_spec.rb:47:12: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
spec/features/projects_manage_spec.rb:48:16: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
spec/features/projects_manage_spec.rb:49:36: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
spec/features/projects_manage_spec.rb:55:12: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
spec/features/projects_manage_spec.rb:56:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
spec/features/projects_manage_spec.rb:56:46: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
spec/features/projects_manage_spec.rb:57:16: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
spec/features/projects_manage_spec.rb:65:32: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
spec/features/projects_manage_spec.rb:69:12: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
spec/features/projects_manage_spec.rb:70:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
spec/features/projects_manage_spec.rb:71:16: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
spec/features/projects_manage_spec.rb:79:10: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
spec/features/projects_manage_spec.rb:80:14: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
spec/features/projects_manage_spec.rb:87:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
spec/features/projects_manage_spec.rb:87:28: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
spec/features/projects_manage_spec.rb:90:1: Layout/EmptyLinesAroundBlockBody: Extra empty line detected at block body end.
spec/features/projects_manage_spec.rb:92:1: Layout/TrailingEmptyLines: 1 trailing blank lines detected.
spec/features/real_scores_manage_spec.rb:1:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
spec/features/real_scores_manage_spec.rb:2:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
spec/features/real_scores_manage_spec.rb:4:16: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
spec/features/real_scores_manage_spec.rb:4:49: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
spec/features/real_scores_manage_spec.rb:5:1: Layout/EmptyLinesAroundBlockBody: Extra empty line detected at block body beginning.
spec/features/real_scores_manage_spec.rb:6:16: Layout/SpaceInsideBlockBraces: Space missing inside {.
spec/features/real_scores_manage_spec.rb:6:62: Layout/SpaceInsideBlockBraces: Space missing inside }.
spec/features/real_scores_manage_spec.rb:7:18: Layout/SpaceInsideBlockBraces: Space missing inside {.
spec/features/real_scores_manage_spec.rb:7:45: Layout/SpaceInsideBlockBraces: Space missing inside }.
spec/features/real_scores_manage_spec.rb:8:17: Layout/SpaceInsideBlockBraces: Space missing inside {.
spec/features/real_scores_manage_spec.rb:8:60: Layout/SpaceInsideBlockBraces: Space missing inside }.
spec/features/real_scores_manage_spec.rb:11:20: Style/HashSyntax: Use the new Ruby 1.9 hash syntax.
spec/features/real_scores_manage_spec.rb:16:16: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
spec/features/real_scores_manage_spec.rb:18:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
spec/features/reports_csv_export_spec.rb:26:112: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
spec/features/reports_manage_spec.rb:6:17: Layout/SpaceInsideBlockBraces: Space missing inside {.
spec/features/reports_manage_spec.rb:6:75: Layout/SpaceInsideBlockBraces: Space missing inside }.
spec/features/reports_manage_spec.rb:44:20: Layout/SpaceInsideBlockBraces: Space missing inside {.
spec/features/reports_manage_spec.rb:44:59: Layout/SpaceInsideBlockBraces: Space missing inside }.
spec/features/reports_manage_spec.rb:75:43: Layout/SpaceInsideBlockBraces: Space missing inside }.
spec/features/reports_manage_spec.rb:82:46: Layout/TrailingWhitespace: Trailing whitespace detected.
spec/features/stories_manage_spec.rb:1:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
spec/features/stories_manage_spec.rb:2:9: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
spec/features/stories_manage_spec.rb:4:16: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
spec/features/stories_manage_spec.rb:4:45: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
spec/features/stories_manage_spec.rb:5:1: Layout/EmptyLinesAroundBlockBody: Extra empty line detected at block body beginning.
spec/features/stories_manage_spec.rb:6:15: Layout/SpaceInsideBlockBraces: Space missing inside {.
spec/features/stories_manage_spec.rb:6:39: Layout/SpaceInsideBlockBraces: Space missing inside }.
spec/features/stories_manage_spec.rb:7:18: Layout/SpaceInsideBlockBraces: Space missing inside {.
spec/features/stories_manage_spec.rb:7:45: Layout/SpaceInsideBlockBraces: Space missing inside }.
spec/features/stories_manage_spec.rb:8:17: Layout/SpaceInsideBlockBraces: Space missing inside {.
spec/features/stories_manage_spec.rb:8:60: Layout/SpaceInsideBlockBraces: Space missing inside }.
spec/features/stories_manage_spec.rb:25:35: Layout/SpaceInsideBlockBraces: Space missing inside {.
spec/features/stories_manage_spec.rb:25:46: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
spec/features/stories_manage_spec.rb:25:53: Layout/SpaceInsideBlockBraces: Space missing inside }.
spec/features/stories_manage_spec.rb:28:18: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
spec/models/user_spec.rb:7:1: Layout/EmptyLinesAroundBlockBody: Extra empty line detected at block body beginning.
spec/models/user_spec.rb:10:43: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
spec/models/user_spec.rb:11:38: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
spec/models/user_spec.rb:13:33: Layout/ClosingParenthesisIndentation: Align `)` with `(`.
spec/models/user_spec.rb:13:33: Layout/MultilineMethodCallBraceLayout: Closing method call brace must be on the same line as the last argument when opening brace is on the same line as the first argument.
spec/models/user_spec.rb:18:11: Layout/IndentationWidth: Use 2 (not 0) spaces for indentation.
spec/models/user_spec.rb:19:11: Layout/BlockAlignment: `}` at 19, 10 is not aligned with `expect {` at 17, 8.
spec/models/user_spec.rb:24:26: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
spec/models/user_spec.rb:26:39: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
spec/spec_helper.rb:95:1: Layout/TrailingWhitespace: Trailing whitespace detected.
Notice: Disagree with these rules? While StandardRB is pre-1.0.0, feel free to submit suggestions to:
https://github.com/testdouble/standard/issues/new
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment