Skip to content

Commit

Permalink
Enforce standardizing nodoc comments by rubocop
Browse files Browse the repository at this point in the history
Follow up to 18707ab, b87d8e5.

rubocop 1.19.0 includes rubocop/rubocop#9964.
  • Loading branch information
kamipo committed Aug 12, 2021
1 parent 21c9732 commit b669e87
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Gemfile.lock
Expand Up @@ -340,7 +340,7 @@ GEM
racc (~> 1.4)
os (1.1.1)
parallel (1.20.1)
parser (3.0.1.1)
parser (3.0.2.0)
ast (~> 2.4.1)
path_expander (1.1.0)
pg (1.2.3)
Expand Down Expand Up @@ -395,23 +395,23 @@ GEM
retriable (3.1.2)
rexml (3.2.5)
rouge (3.26.0)
rubocop (1.18.1)
rubocop (1.19.0)
parallel (~> 1.10)
parser (>= 3.0.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.7.0, < 2.0)
rubocop-ast (>= 1.9.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.7.0)
rubocop-ast (1.9.1)
parser (>= 3.0.1.1)
rubocop-packaging (0.5.1)
rubocop (>= 0.89, < 2.0)
rubocop-performance (1.11.3)
rubocop-performance (1.11.4)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-rails (2.11.2)
rubocop-rails (2.11.3)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.7.0, < 2.0)
Expand Down

1 comment on commit b669e87

@koic
Copy link
Contributor

@koic koic commented on b669e87 Aug 13, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for updating. JFYI, explicit --parallel option can be removed from GitHub Actions workflow.
koic@7e2de74

Please sign in to comment.