Skip to content

Instantly share code, notes, and snippets.

@etagwerker
Created September 19, 2020 16:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save etagwerker/03ea84352f772ea0ddb9b8ce29e84ffa to your computer and use it in GitHub Desktop.
Save etagwerker/03ea84352f772ea0ddb9b8ce29e84ffa to your computer and use it in GitHub Desktop.
[etagwerker@luft points (fixes/update-readme ✗)]$ git status
On branch fixes/update-readme
Your branch is up to date with 'origin/fixes/update-readme'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: README.md
no changes added to commit (use "git add" and/or "git commit -a")
[etagwerker@luft points (fixes/update-readme ✗)]$ git commit README.md
standard: Use Ruby Standard Style (https://github.com/testdouble/standard)
standard: Run `standardrb --fix` to automatically fix some problems.
Gemfile:29:5: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:29:21: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:30:21: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:47:5: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:48:5: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:48:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:49:5: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:49:24: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:49:34: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:50:5: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:51:5: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:57:7: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:57:22: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:58:7: 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:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:60:7: 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:62:7: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:63:7: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:67:7: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:68:7: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:69:7: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:70:7: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:71:7: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Gemfile:72:7: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
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:52:1: Layout/EmptyLinesAroundMethodBody: Extra empty line detected at method body beginning.
app/controllers/stories_controller.rb:53:5: Style/NegatedIf: Favor `unless` over `if` for negative conditions.
app/controllers/stories_controller.rb:55:29: Style/AndOr: Use `&&` instead of `and`.
app/controllers/stories_controller.rb:57:12: Style/RescueModifier: Avoid using `rescue` in its modifier form.
app/controllers/stories_controller.rb:60:29: Style/AndOr: Use `&&` instead of `and`.
app/controllers/stories_controller.rb:63:29: Style/AndOr: Use `&&` instead of `and`.
app/controllers/stories_controller.rb:66:54: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/stories_controller.rb:67:39: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/stories_controller.rb:67:72: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/stories_controller.rb:67:108: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/stories_controller.rb:75:39: Standard/SemanticBlocks: Prefer `{...}` over `do...end` for functional blocks.
app/controllers/stories_controller.rb:81:48: Style/StringLiteralsInInterpolation: Prefer double-quoted strings inside interpolations.
app/controllers/stories_controller.rb:81:78: Performance/StringReplacement: Use `tr` instead of `gsub`.
app/controllers/stories_controller.rb:81:88: Style/StringLiteralsInInterpolation: Prefer double-quoted strings inside interpolations.
app/controllers/stories_controller.rb:100:6: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/stories_controller.rb:100:15: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
app/controllers/stories_controller.rb:100:30: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
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:7: Style/TrailingCommaInHashLiteral: Put a comma after the last item of a multiline hash.
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/production.rb:14:37: Layout/ExtraSpacing: Unnecessary spacing detected.
config/environments/production.rb:84:11: Layout/ExtraSpacing: Unnecessary spacing detected.
config/environments/production.rb:86:18: Layout/ExtraSpacing: Unnecessary spacing detected.
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:12:5: Layout/ExtraSpacing: Unnecessary spacing detected.
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:16:11: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:16:27: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:19:46: Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
config/routes.rb:20: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: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:9: Style/TrailingCommaInHashLiteral: Put a comma after the last item of a multiline hash.
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/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
[etagwerker@luft points (fixes/update-readme ✗)]$ git status
On branch fixes/update-readme
Your branch is up to date with 'origin/fixes/update-readme'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: README.md
no changes added to commit (use "git add" and/or "git commit -a")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment