Add rake tasks to check for pending/running migrations #402
reviewdog [rubocop] report
reported by reviewdog 🐶
Findings (2)
lib/sequent/rake/migration_tasks.rb|106 col 121| Line is too long. [187/120]
lib/sequent/rake/migration_tasks.rb|115 col 121| Line is too long. [151/120]
Filtered Findings (2)
lib/sequent/support/database.rb|134 col 1| Extra empty line detected at class body end.
spec/lib/sequent/core/aggregate_repository_spec.rb|154 col 69| }
at 154, 68 is not aligned with expect { repository.load_aggregate(aggregate.id, String) }.to raise_error { |error|
at 152, 6.
Annotations
Check notice on line 106 in lib/sequent/rake/migration_tasks.rb
github-actions / rubocop
[rubocop] lib/sequent/rake/migration_tasks.rb#L106 <Layout/LineLength>
Line is too long. [187/120]
Raw output
lib/sequent/rake/migration_tasks.rb:106:121: C: Layout/LineLength: Line is too long. [187/120]
Check notice on line 115 in lib/sequent/rake/migration_tasks.rb
github-actions / rubocop
[rubocop] lib/sequent/rake/migration_tasks.rb#L115 <Layout/LineLength>
Line is too long. [151/120]
Raw output
lib/sequent/rake/migration_tasks.rb:115:121: C: Layout/LineLength: Line is too long. [151/120]