Skip to content

Commit

Permalink
Use :: over .. code-block::
Browse files Browse the repository at this point in the history
  • Loading branch information
erik committed Jan 2, 2019
1 parent 047d356 commit f5f4895
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
4 changes: 1 addition & 3 deletions squabble/rules/disallow_change_column_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ class DisallowChangeColumnType(BaseRule):
"""
Prevent changing the type of an existing column.
Configuration:
.. code-block:: json
Configuration: ::
{ "DisallowChangeColumnType": {} }
"""
Expand Down
4 changes: 1 addition & 3 deletions squabble/rules/require_concurrent_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ class RequireConcurrentIndex(BaseRule):
known to be empty. This can be changed with the option
`"include_new_tables": true`
Configuration:
.. code-block:: json
Configuration: ::
{
"RequireConcurrentIndex": {
Expand Down
4 changes: 1 addition & 3 deletions squabble/rules/require_primary_key.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ class RequirePrimaryKey(BaseRule):
"""
Require that all new tables specify a PRIMARY KEY constraint.
Configuration:
.. code-block:: json
Configuration: ::
{ "RequirePrimaryKey": {} }
"""
Expand Down

0 comments on commit f5f4895

Please sign in to comment.