summaryrefslogtreecommitdiff
path: root/test/sanity/code-smell/no-smart-quotes.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/sanity/code-smell/no-smart-quotes.py')
-rwxr-xr-xtest/sanity/code-smell/no-smart-quotes.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/sanity/code-smell/no-smart-quotes.py b/test/sanity/code-smell/no-smart-quotes.py
index 52dbdd0756..8d7862c554 100755
--- a/test/sanity/code-smell/no-smart-quotes.py
+++ b/test/sanity/code-smell/no-smart-quotes.py
@@ -10,12 +10,6 @@ import sys
def main():
skip = set([
- 'docs/docsite/rst/dev_guide/testing/sanity/no-smart-quotes.rst',
- 'test/integration/targets/lookup_properties/lookup-8859-15.ini',
- 'test/integration/targets/template/files/encoding_1252_utf-8.expected',
- 'test/integration/targets/template/files/encoding_1252_windows-1252.expected',
- 'test/integration/targets/template/templates/encoding_1252.j2',
- 'test/integration/targets/unicode/unicode.yml',
'test/sanity/code-smell/%s' % os.path.basename(__file__),
])