Skip to content

Commit

Permalink
Remove leftovers from single quotes checker
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Sep 18, 2015
1 parent 177903e commit 03c6477
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ This configuration looks like this:
clean-lines = True
clean-lines-exclude = ${:jscs-exclude}
imports = True
prefer-single-quotes = True
# i18n
find-untranslated = True
i18ndude-bin = ${buildout:bin-directory}/i18ndude
Expand Down
2 changes: 0 additions & 2 deletions plone/recipe/codeanalysis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ def __init__(self, buildout, name, options):
# clean lines
self.options.setdefault('clean-lines', 'False')
self.options.setdefault('clean-lines-exclude', '')
# Prefer single quotes over double quotes
self.options.setdefault('prefer-single-quotes', 'False')
# imports
self.options.setdefault('imports', 'False')
# Jenkins output
Expand Down

0 comments on commit 03c6477

Please sign in to comment.