AO3-6626: stop tags from being added with Chinese or Japanese commas #278
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
reviewdog.yml
on: pull_request
Rubocop
1m 4s
ERB Lint runner
1m 45s
Annotations
1 error and 2 warnings
Rubocop
Process completed with exit code 1.
|
Rubocop:
app/models/tag.rb#L171
[rubocop] reported by reviewdog 🐶
Align the arguments of a method call if they span more than one line.
Raw Output:
app/models/tag.rb:171:5: C: Layout/ArgumentAlignment: Align the arguments of a method call if they span more than one line.
|
Rubocop:
app/models/tag.rb#L171
[rubocop] reported by reviewdog 🐶
Align the keys of a hash literal if they span more than one line.
Raw Output:
app/models/tag.rb:171:5: C: Layout/HashAlignment: Align the keys of a hash literal if they span more than one line.
|