contrib/check-code.py
changeset 41544 7d1798ec92a3
parent 41365 876494fd967d
child 41761 e2472b12c842
equal deleted inserted replaced
41543:dddf53473315 41544:7d1798ec92a3
   412 
   412 
   413 txtfilters = []
   413 txtfilters = []
   414 
   414 
   415 txtpats = [
   415 txtpats = [
   416   [
   416   [
   417     ('\s$', 'trailing whitespace'),
   417     (r'\s$', 'trailing whitespace'),
   418     ('.. note::[ \n][^\n]', 'add two newlines after note::')
   418     ('.. note::[ \n][^\n]', 'add two newlines after note::')
   419   ],
   419   ],
   420   []
   420   []
   421 ]
   421 ]
   422 
   422