Skip to content

Commit

Permalink
Layout/SpaceAfterComma-20240116233320 (#18)
Browse files Browse the repository at this point in the history
* 🚓 regenerate rubocop todo

* 🚓 Layout/SpaceAfterComma

* 🚓 regenerate rubocop todo

---------

Co-authored-by: Rubocop Challenger <rubocop@payrollhero.com>
  • Loading branch information
github-actions[bot] and Rubocop Challenger authored Jan 17, 2024
1 parent ce0c780 commit 42a03d8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
18 changes: 11 additions & 7 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config --exclude-limit 180`
# on 2024-01-11 23:33:26 UTC using RuboCop version 1.59.0.
# on 2024-01-16 23:33:30 UTC using RuboCop version 1.60.0.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
Expand Down Expand Up @@ -119,12 +119,6 @@ Layout/MultilineOperationIndentation:
Exclude:
- 'lib/excel_templating/document/data_source_registry/registry_renderer.rb'

# Offense count: 1
# This cop supports safe autocorrection (--autocorrect).
Layout/SpaceAfterComma:
Exclude:
- 'spec/cell_validation_spec.rb'

# Offense count: 2
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: EnforcedStyle.
Expand Down Expand Up @@ -304,6 +298,16 @@ Style/Alias:
- 'lib/excel_templating/excel_abstraction/cell_range.rb'
- 'lib/excel_templating/excel_abstraction/row.rb'

# Offense count: 2
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: AllowOnlyRestArgument, UseAnonymousForwarding, RedundantRestArgumentNames, RedundantKeywordRestArgumentNames, RedundantBlockArgumentNames.
# RedundantRestArgumentNames: args, arguments
# RedundantKeywordRestArgumentNames: kwargs, options, opts
# RedundantBlockArgumentNames: blk, block, proc
Style/ArgumentsForwarding:
Exclude:
- 'lib/excel_templating/document.rb'

# Offense count: 7
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: EnforcedStyle, ProceduralMethods, FunctionalMethods, AllowedMethods, AllowedPatterns, AllowBracesOnProceduralOneLiners, BracesRequiredMethods.
Expand Down
2 changes: 1 addition & 1 deletion spec/cell_validation_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class SimpleFromDataValidatedDocument < ExcelTemplating::Document
{
all_sheets:
{
valid_foos: ["foo","bar"],
valid_foos: ["foo", "bar"],
valid_value: "foo",
}
}
Expand Down

0 comments on commit 42a03d8

Please sign in to comment.