-
-
Notifications
You must be signed in to change notification settings - Fork 47
Generate TODO
Evgeniy Demin edited this page Nov 25, 2022
·
1 revision
You can add the gem to your CI as soon as you install it. In order to postpone existing issues and slowly fix them, you can generate a TODO file automatically.
$ bundle exec database_consistency -g
This command will generate a .database_consistency.todo.yml
file that will have disabled existing issues.
Note: You have to manually send this configuration file to the runner if you want it to be used.
$ bundle exec database_consistency -c .database_consistency.todo.yml
If the project helps you or your organization, I would be very grateful if you contribute or donate. Your support is an incredible motivation and the biggest reward for my hard work.
- Home
- Installation
- How to run?
- Configuration
- Auto correction
- Integrations
- Checkers
- ColumnPresenceChecker
- LengthConstraintChecker
- NullConstraintChecker
- UniqueIndexChecker
- ForeignKeyChecker
- MissingUniqueIndexChecker
- MissingIndexChecker
- PrimaryKeyTypeChecker
- ForeignKeyTypeChecker
- RedundantIndexChecker
- RedundantUniqueIndexChecker
- EnumTypeChecker
- ForeignKeyCascadeChecker
- EnumValueChecker
- CaseSensitiveUniqueValidationChecker
- ThreeStateBooleanChecker
- MissingAssociationClassChecker
- MissingTableChecker
- ImplicitOrderingChecker
- FAQ
- Development