Releases: rubocop/rubocop-sequel
Releases · rubocop/rubocop-sequel
0.3.8
What's Changed
IrreversibleMigration
: Ignore methods that are part of another method call
Full Changelog: 0.3.7...0.3.8
0.3.7
What's Changed
- Bugfix:
IrreversibleMigration
will now ignore methods withincreate_table
block.
Full Changelog: 0.3.6...0.3.7
0.3.6
What's Changed
- Ensure migrations cops are only run on migrations by @AlasdairWallaceMackie
Full Changelog: 0.3.5...0.3.6
0.3.5
What's Changed
- Remove ColumnDefault cop
- Update RuboCop ConcurrentIndex message by @francktrouillez
- Introduce Default Settings and Configurations for RuboCop-Sequel by @numbata
- New cop IrreversibleMigration by @AlasdairWallaceMackie
New Contributors
- @ydah made their first contribution in #26
- @francktrouillez made their first contribution in #39
- @numbata made their first contribution in #42
- @AlasdairWallaceMackie made their first contribution in #43
Full Changelog: 0.3.4...0.3.5
0.3.4
What's Changed
- Expose version information by @Darhazer
New Contributors
Full Changelog: 0.3.3...0.3.4
0.3.3
- Cops performance improvements.
0.3.1
- Use newer cop base.
0.3.0
- New Partial Constraint cop.
- Dependencies updates.
0.1.0
Merge pull request #14 from rubocop-hq/github-actions GitHub Actions