README.rst
setup.cfg
setup.py
squabble/__init__.py
squabble/__main__.py
squabble/cli.py
squabble/config.py
squabble/lint.py
squabble/message.py
squabble/reporter.py
squabble/rule.py
squabble.egg-info/PKG-INFO
squabble.egg-info/SOURCES.txt
squabble.egg-info/dependency_links.txt
squabble.egg-info/entry_points.txt
squabble.egg-info/requires.txt
squabble.egg-info/top_level.txt
squabble/rules/__init__.py
squabble/rules/add_column_disallow_constraints.py
squabble/rules/disallow_change_column_type.py
squabble/rules/disallow_float_types.py
squabble/rules/disallow_rename_enum_value.py
squabble/rules/require_columns.py
squabble/rules/require_concurrent_index.py
squabble/rules/require_primary_key.py
tests/__init__.py
tests/test_config.py
tests/test_rules.py
tests/test_snapshots.py