Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Categorize built-in rules documentation #347

Merged
merged 3 commits into from
Feb 22, 2024

Conversation

orangain
Copy link
Sponsor Contributor

In this PR, I propose to categorize the documentation of the built-in rules into the following four categories.

  • Naming Conventions
  • Data Types
  • Table Structures
  • Security

Due to the increase in the number of built-in rules, this will be easier to read.

In addition, I have aligned the indentation of the codes and corrected the typo.

Identity tables that do not have a primary key defined. Tables can be ignored by passing the `ignorePattern` rule argument.
### require-primary-key

Identify tables that do not have a primary key defined. Tables can be ignored by passing the `ignorePattern` rule argument.
Copy link
Sponsor Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I replaced Identity with Identify. I am not sure, but I think it is a typo.

@kristiandupont
Copy link
Owner

Very nice!

@kristiandupont kristiandupont merged commit a74cdcf into kristiandupont:main Feb 22, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants