mirror of https://github.com/YosysHQ/yosys.git
9465b2af95
Uses the regex below to search (using vscode): ^\t\tlog\("(.{10,}(?<!\\n)|.{81,}\\n)"\); Finds any log messages double indented (which help messages are) and checks if *either* there are is no newline character at the end, *or* the number of characters before the newline is more than 80. |
||
---|---|---|
.. | ||
Makefile.inc | ||
rpc_frontend.cc |