Add vera rules to check consecutive and trailing empty lines (#3540)

JerryScript-DCO-1.0-Signed-off-by: Dániel Bátyai dbatyai@inf.u-szeged.hu
This commit is contained in:
Dániel Bátyai
2020-02-03 16:39:04 +01:00
committed by GitHub
parent 563a5d93e9
commit a78c8d4f16
63 changed files with 68 additions and 87 deletions
+2
View File
@@ -11,6 +11,8 @@ set rules {
jerry_no_space_before_closing_parentheses
jerry_no_tabs
jerry_no_trailing_spaces
jerry_no_leading_or_trailing_empty_line
jerry_no_consecutive_empty_lines
jerry_pointer_declarator_space
jerry_switch_case
jerry_typecast_space_parentheses