-
-
Notifications
You must be signed in to change notification settings - Fork 47
Multiple configuration
Evgeniy Demin edited this page Nov 25, 2022
·
1 revision
You can have multiple configuration files. This is useful when you have many teams owning different files and you want them to own their configuration files separately and slowly address the issues.
You can pass multiple configurations with the following command.
$ bundle exec database_consistency -c .database_consistency.team1.yml -c .database_consistency.team2.yml`
If multiple configurations have the same rule, the latest has the highest priority.
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