Skip to content

Commit

Permalink
Remove unused "Tags:" line
Browse files Browse the repository at this point in the history
  • Loading branch information
erik committed Jan 1, 2019
1 parent 2172363 commit dcee378
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 12 deletions.
2 changes: 0 additions & 2 deletions squabble/rules/add_column_disallow_constraint.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ class AddColumnDisallowConstraints(BaseRule):
- NOT NULL
- FOREIGN
- UNIQUE
Tags: performance, backwards-compatibility
"""

_CONSTRAINT_MAP = {
Expand Down
2 changes: 0 additions & 2 deletions squabble/rules/disallow_change_column_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ class DisallowChangeColumnType(BaseRule):
.. code-block:: json
{ "DisallowChangeColumnType": {} }
Tags: backwards-compatibility
"""

class ChangeTypeNotAllowed(Message):
Expand Down
2 changes: 0 additions & 2 deletions squabble/rules/disallow_rename_enum_value.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ class DisallowRenameEnumValue(BaseRule):
.. code-block:: json
{ "DisallowChangeEnumValue": {} }
Tags: backwards-compatibility
"""

class RenameNotAllowed(Message):
Expand Down
2 changes: 0 additions & 2 deletions squabble/rules/require_columns.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,6 @@ class RequireColumns(BaseRule):
configuration), the linter will make sure that the types match.
Otherwise, only the presence of the column will be checked.
Tags: correctness
"""

class MissingRequiredColumn(Message):
Expand Down
2 changes: 0 additions & 2 deletions squabble/rules/require_concurrent_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ class RequireConcurrentIndex(BaseRule):
"include_new_tables": false
}
}
Tags: performance
"""

class IndexNotConcurrent(Message):
Expand Down
2 changes: 0 additions & 2 deletions squabble/rules/require_primary_key.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ class RequirePrimaryKey(BaseRule):
.. code-block:: json
{ "RequirePrimaryKey": {} }
Tags: performance, correctness
"""

class MissingPrimaryKey(Message):
Expand Down

0 comments on commit dcee378

Please sign in to comment.