@@ -6,39 +6,39 @@ _No exclusive rules available._
66### Eugene
77| Eugene Rule Name | Rule Name |
88| ---- | ---- |
9- | [ E11] ( https://kaveland.no/eugene/hints/E11/index.html ) | [ addSerialColumn] ( .. /rules/add-serial-column ) |
10- | [ E3] ( https://kaveland.no/eugene/hints/E3/index.html ) | [ preferJsonb] ( .. /rules/prefer-jsonb ) |
11- | [ E4] ( https://kaveland.no/eugene/hints/E4/index.html ) | [ runningStatementWhileHoldingAccessExclusive] ( .. /rules/running-statement-while-holding-access-exclusive ) |
12- | [ E9] ( https://kaveland.no/eugene/hints/E9/index.html ) | [ lockTimeoutWarning] ( .. /rules/lock-timeout-warning ) |
13- | [ W12] ( https://kaveland.no/eugene/hints/W12/index.html ) | [ multipleAlterTable] ( .. /rules/multiple-alter-table ) |
14- | [ W13] ( https://kaveland.no/eugene/hints/W13/index.html ) | [ creatingEnum] ( .. /rules/creating-enum ) |
9+ | [ E11] ( https://kaveland.no/eugene/hints/E11/index.html ) | [ addSerialColumn] ( ./rules/add-serial-column.md ) |
10+ | [ E3] ( https://kaveland.no/eugene/hints/E3/index.html ) | [ preferJsonb] ( ./rules/prefer-jsonb.md ) |
11+ | [ E4] ( https://kaveland.no/eugene/hints/E4/index.html ) | [ runningStatementWhileHoldingAccessExclusive] ( ./rules/running-statement-while-holding-access-exclusive.md ) |
12+ | [ E9] ( https://kaveland.no/eugene/hints/E9/index.html ) | [ lockTimeoutWarning] ( ./rules/lock-timeout-warning.md ) |
13+ | [ W12] ( https://kaveland.no/eugene/hints/W12/index.html ) | [ multipleAlterTable] ( ./rules/multiple-alter-table.md ) |
14+ | [ W13] ( https://kaveland.no/eugene/hints/W13/index.html ) | [ creatingEnum] ( ./rules/creating-enum.md ) |
1515### Squawk
1616| Squawk Rule Name | Rule Name |
1717| ---- | ---- |
18- | [ adding-field-with-default] ( https://squawkhq.com/docs/adding-field-with-default ) | [ addingFieldWithDefault] ( .. /rules/adding-field-with-default ) |
19- | [ adding-foreign-key-constraint] ( https://squawkhq.com/docs/adding-foreign-key-constraint ) | [ addingForeignKeyConstraint] ( .. /rules/adding-foreign-key-constraint ) |
20- | [ adding-not-null-field] ( https://squawkhq.com/docs/adding-not-null-field ) | [ addingNotNullField] ( .. /rules/adding-not-null-field ) |
21- | [ adding-required-field] ( https://squawkhq.com/docs/adding-required-field ) | [ addingRequiredField] ( .. /rules/adding-required-field ) |
22- | [ adding-serial-primary-key-field] ( https://squawkhq.com/docs/adding-serial-primary-key-field ) | [ addingPrimaryKeyConstraint] ( .. /rules/adding-primary-key-constraint ) |
23- | [ ban-char-field] ( https://squawkhq.com/docs/ban-char-field ) | [ banCharField] ( .. /rules/ban-char-field ) |
24- | [ ban-concurrent-index-creation-in-transaction] ( https://squawkhq.com/docs/ban-concurrent-index-creation-in-transaction ) | [ banConcurrentIndexCreationInTransaction] ( .. /rules/ban-concurrent-index-creation-in-transaction ) |
25- | [ ban-drop-column] ( https://squawkhq.com/docs/ban-drop-column ) | [ banDropColumn] ( .. /rules/ban-drop-column ) |
26- | [ ban-drop-database] ( https://squawkhq.com/docs/ban-drop-database ) | [ banDropDatabase] ( .. /rules/ban-drop-database ) |
27- | [ ban-drop-not-null] ( https://squawkhq.com/docs/ban-drop-not-null ) | [ banDropNotNull] ( .. /rules/ban-drop-not-null ) |
28- | [ ban-drop-table] ( https://squawkhq.com/docs/ban-drop-table ) | [ banDropTable] ( .. /rules/ban-drop-table ) |
29- | [ ban-truncate-cascade] ( https://squawkhq.com/docs/ban-truncate-cascade ) | [ banTruncateCascade] ( .. /rules/ban-truncate-cascade ) |
30- | [ changing-column-type] ( https://squawkhq.com/docs/changing-column-type ) | [ changingColumnType] ( .. /rules/changing-column-type ) |
31- | [ constraint-missing-not-valid] ( https://squawkhq.com/docs/constraint-missing-not-valid ) | [ constraintMissingNotValid] ( .. /rules/constraint-missing-not-valid ) |
32- | [ disallow-unique-constraint] ( https://squawkhq.com/docs/disallow-unique-constraint ) | [ disallowUniqueConstraint] ( .. /rules/disallow-unique-constraint ) |
33- | [ prefer-big-int] ( https://squawkhq.com/docs/prefer-big-int ) | [ preferBigInt] ( .. /rules/prefer-big-int ) |
34- | [ prefer-bigint-over-int] ( https://squawkhq.com/docs/prefer-bigint-over-int ) | [ preferBigintOverInt] ( .. /rules/prefer-bigint-over-int ) |
35- | [ prefer-bigint-over-smallint] ( https://squawkhq.com/docs/prefer-bigint-over-smallint ) | [ preferBigintOverSmallint] ( .. /rules/prefer-bigint-over-smallint ) |
36- | [ prefer-identity] ( https://squawkhq.com/docs/prefer-identity ) | [ preferIdentity] ( .. /rules/prefer-identity ) |
37- | [ prefer-robust-stmts] ( https://squawkhq.com/docs/prefer-robust-stmts ) | [ preferRobustStmts] ( .. /rules/prefer-robust-stmts ) |
38- | [ prefer-text-field] ( https://squawkhq.com/docs/prefer-text-field ) | [ preferTextField] ( .. /rules/prefer-text-field ) |
39- | [ prefer-timestamptz] ( https://squawkhq.com/docs/prefer-timestamptz ) | [ preferTimestamptz] ( .. /rules/prefer-timestamptz ) |
40- | [ renaming-column] ( https://squawkhq.com/docs/renaming-column ) | [ renamingColumn] ( .. /rules/renaming-column ) |
41- | [ renaming-table] ( https://squawkhq.com/docs/renaming-table ) | [ renamingTable] ( .. /rules/renaming-table ) |
42- | [ require-concurrent-index-creation] ( https://squawkhq.com/docs/require-concurrent-index-creation ) | [ requireConcurrentIndexCreation] ( .. /rules/require-concurrent-index-creation ) |
43- | [ require-concurrent-index-deletion] ( https://squawkhq.com/docs/require-concurrent-index-deletion ) | [ requireConcurrentIndexDeletion] ( .. /rules/require-concurrent-index-deletion ) |
44- | [ transaction-nesting] ( https://squawkhq.com/docs/transaction-nesting ) | [ transactionNesting] ( .. /rules/transaction-nesting ) |
18+ | [ adding-field-with-default] ( https://squawkhq.com/docs/adding-field-with-default ) | [ addingFieldWithDefault] ( ./rules/adding-field-with-default.md ) |
19+ | [ adding-foreign-key-constraint] ( https://squawkhq.com/docs/adding-foreign-key-constraint ) | [ addingForeignKeyConstraint] ( ./rules/adding-foreign-key-constraint.md ) |
20+ | [ adding-not-null-field] ( https://squawkhq.com/docs/adding-not-null-field ) | [ addingNotNullField] ( ./rules/adding-not-null-field.md ) |
21+ | [ adding-required-field] ( https://squawkhq.com/docs/adding-required-field ) | [ addingRequiredField] ( ./rules/adding-required-field.md ) |
22+ | [ adding-serial-primary-key-field] ( https://squawkhq.com/docs/adding-serial-primary-key-field ) | [ addingPrimaryKeyConstraint] ( ./rules/adding-primary-key-constraint.md ) |
23+ | [ ban-char-field] ( https://squawkhq.com/docs/ban-char-field ) | [ banCharField] ( ./rules/ban-char-field.md ) |
24+ | [ ban-concurrent-index-creation-in-transaction] ( https://squawkhq.com/docs/ban-concurrent-index-creation-in-transaction ) | [ banConcurrentIndexCreationInTransaction] ( ./rules/ban-concurrent-index-creation-in-transaction.md ) |
25+ | [ ban-drop-column] ( https://squawkhq.com/docs/ban-drop-column ) | [ banDropColumn] ( ./rules/ban-drop-column.md ) |
26+ | [ ban-drop-database] ( https://squawkhq.com/docs/ban-drop-database ) | [ banDropDatabase] ( ./rules/ban-drop-database.md ) |
27+ | [ ban-drop-not-null] ( https://squawkhq.com/docs/ban-drop-not-null ) | [ banDropNotNull] ( ./rules/ban-drop-not-null.md ) |
28+ | [ ban-drop-table] ( https://squawkhq.com/docs/ban-drop-table ) | [ banDropTable] ( ./rules/ban-drop-table.md ) |
29+ | [ ban-truncate-cascade] ( https://squawkhq.com/docs/ban-truncate-cascade ) | [ banTruncateCascade] ( ./rules/ban-truncate-cascade.md ) |
30+ | [ changing-column-type] ( https://squawkhq.com/docs/changing-column-type ) | [ changingColumnType] ( ./rules/changing-column-type.md ) |
31+ | [ constraint-missing-not-valid] ( https://squawkhq.com/docs/constraint-missing-not-valid ) | [ constraintMissingNotValid] ( ./rules/constraint-missing-not-valid.md ) |
32+ | [ disallow-unique-constraint] ( https://squawkhq.com/docs/disallow-unique-constraint ) | [ disallowUniqueConstraint] ( ./rules/disallow-unique-constraint.md ) |
33+ | [ prefer-big-int] ( https://squawkhq.com/docs/prefer-big-int ) | [ preferBigInt] ( ./rules/prefer-big-int.md ) |
34+ | [ prefer-bigint-over-int] ( https://squawkhq.com/docs/prefer-bigint-over-int ) | [ preferBigintOverInt] ( ./rules/prefer-bigint-over-int.md ) |
35+ | [ prefer-bigint-over-smallint] ( https://squawkhq.com/docs/prefer-bigint-over-smallint ) | [ preferBigintOverSmallint] ( ./rules/prefer-bigint-over-smallint.md ) |
36+ | [ prefer-identity] ( https://squawkhq.com/docs/prefer-identity ) | [ preferIdentity] ( ./rules/prefer-identity.md ) |
37+ | [ prefer-robust-stmts] ( https://squawkhq.com/docs/prefer-robust-stmts ) | [ preferRobustStmts] ( ./rules/prefer-robust-stmts.md ) |
38+ | [ prefer-text-field] ( https://squawkhq.com/docs/prefer-text-field ) | [ preferTextField] ( ./rules/prefer-text-field.md ) |
39+ | [ prefer-timestamptz] ( https://squawkhq.com/docs/prefer-timestamptz ) | [ preferTimestamptz] ( ./rules/prefer-timestamptz.md ) |
40+ | [ renaming-column] ( https://squawkhq.com/docs/renaming-column ) | [ renamingColumn] ( ./rules/renaming-column.md ) |
41+ | [ renaming-table] ( https://squawkhq.com/docs/renaming-table ) | [ renamingTable] ( ./rules/renaming-table.md ) |
42+ | [ require-concurrent-index-creation] ( https://squawkhq.com/docs/require-concurrent-index-creation ) | [ requireConcurrentIndexCreation] ( ./rules/require-concurrent-index-creation.md ) |
43+ | [ require-concurrent-index-deletion] ( https://squawkhq.com/docs/require-concurrent-index-deletion ) | [ requireConcurrentIndexDeletion] ( ./rules/require-concurrent-index-deletion.md ) |
44+ | [ transaction-nesting] ( https://squawkhq.com/docs/transaction-nesting ) | [ transactionNesting] ( ./rules/transaction-nesting.md ) |
0 commit comments