summaryrefslogtreecommitdiff
path: root/tools/custom_guidelines.py
diff options
context:
space:
mode:
authorPeter Razumovsky <prazumovsky@mirantis.com>2016-02-18 15:47:17 +0300
committerPeter Razumovsky <prazumovsky@mirantis.com>2016-02-26 15:50:31 +0300
commita5338c90c3f5db9e5693e5f7c558f8f99fb5e761 (patch)
treeb0cbe396eadfe3eab5652b418b26ca386a5597d9 /tools/custom_guidelines.py
parent753f4c65e220d137c2485a9134ab6d18760215a9 (diff)
downloadheat-a5338c90c3f5db9e5693e5f7c558f8f99fb5e761.tar.gz
Fix all trailing spaces for custom guidelines
There are several trailing spaces error raised by custom guidelines check. Need to fix them for successful pep8 running. implements bp custom-guidelines Change-Id: Ibf50208155315e75795d7b9c8a8dbe487f9046ac
Diffstat (limited to 'tools/custom_guidelines.py')
-rw-r--r--tools/custom_guidelines.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/custom_guidelines.py b/tools/custom_guidelines.py
index 4e1213dc9..1d9baed88 100644
--- a/tools/custom_guidelines.py
+++ b/tools/custom_guidelines.py
@@ -25,7 +25,7 @@ from heat.engine import support
class HeatCustomGuidelines(object):
- _RULES = ['resource_descriptions']
+ _RULES = ['resource_descriptions', 'trailing_spaces']
def __init__(self, exclude):
self.error_count = 0