├── .gitignore ├── CONTRIBUTE.md ├── LICENSE.md └── README.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/red-gate/SQL-code-smells/HEAD/.gitignore -------------------------------------------------------------------------------- /CONTRIBUTE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/red-gate/SQL-code-smells/HEAD/CONTRIBUTE.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/red-gate/SQL-code-smells/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/red-gate/SQL-code-smells/HEAD/README.md --------------------------------------------------------------------------------