-
-
Notifications
You must be signed in to change notification settings - Fork 47
Regexp support in configuration
Evgeniy Demin edited this page Jul 1, 2023
·
1 revision
Since version 1.7.10, you can keep your .database_consistency.yml
configuration cleaner.
# Configuration supports * (asterick) which is converted to `.*` and wrapped by Regexp.
# This can help you keep your configuration smaller and cleaner.
Namespace*: # models with this prefix (except those that have precise definitions without regexp) will follow this configuration
enabled: false
Account:
*_at: # columns with this suffix (except those that have precise definitions without regexp) will follow this configuration
enabled: false
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