File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5656# List of invalid regular expressions in .mo files
5757# The check for lineColor is from
5858# https://github.com/modelica/ModelicaStandardLibrary/blob/master/.CI/check_deprecated_line_color.py
59- INVALID_REGEXP_IN_MO = ["StopTime\s*=\s*\d\s*[*]\s*\d+" ,
60- "(Documentation\s*\(((.|\r ?\n )*?))font-size\s*:" ,
61- "file\s*=\s*\" Resources" , # This should be file="modelica://Buildings/Resources
62- "parameter.*Boolean.*homotopyInitialization" ,
63- "(Text\s*\([^\)]*)lineColor" ,
64- "(Line\s*\([^\)]*)lineThickness" ]
59+ INVALID_REGEXP_IN_MO = [r "StopTime\s*=\s*\d\s*[*]\s*\d+" ,
60+ r "(Documentation\s*\(((.|\r?\n)*?))font-size\s*:" ,
61+ r "file\s*=\s*\"Resources" , # This should be file="modelica://Buildings/Resources
62+ r "parameter.*Boolean.*homotopyInitialization" ,
63+ r "(Text\s*\([^\)]*)lineColor" ,
64+ r "(Line\s*\([^\)]*)lineThickness" ]
6565# List of strings that are required in .mo files, except in Examples
6666REQUIRED_IN_MO = ["documentation" ]
6767
You can’t perform that action at this time.
0 commit comments