tests/tools/check_source.sh
changeset 2388 13acfd8d33e6
parent 2251 62eba810212e
child 2408 23978e5b039a
--- a/tests/tools/check_source.sh	Sat Sep 29 15:38:49 2018 +0300
+++ b/tests/tools/check_source.sh	Sat Sep 29 15:41:20 2018 +0300
@@ -116,6 +116,7 @@
     user_select=$user_select,E228   # E228 missing whitespace around modulo operator
     user_select=$user_select,W293   # W293 blank line contains whitespace
     user_select=$user_select,E302   # E302 expected 2 blank lines, found 1
+    user_select=$user_select,E301   # E301 expected 2 blank lines, found 1
     user_select=$user_select,E261   # E261 at least two spaces before inline comment
     user_select=$user_select,E271   # E271 multiple spaces after keyword
     user_select=$user_select,E231   # E231 missing whitespace after ','