contrib/check-code.py
changeset 20532 f1a3ae7c15df
parent 20471 ea005e754c9c
child 20598 e57e2da803aa
equal deleted inserted replaced
20531:01a75c9d5b5e 20532:f1a3ae7c15df
   309 txtfilters = []
   309 txtfilters = []
   310 
   310 
   311 txtpats = [
   311 txtpats = [
   312   [
   312   [
   313     ('\s$', 'trailing whitespace'),
   313     ('\s$', 'trailing whitespace'),
       
   314     ('.. note::[ \n][^\n]', 'add two newlines after note::')
   314   ],
   315   ],
   315   []
   316   []
   316 ]
   317 ]
   317 
   318 
   318 cpats = [
   319 cpats = [