Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 264 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 264 Bytes

coderegex

This is a simple tool that scans source code with regexes, and reports matches. It can be used to do basic static analysis. It is intended to audit or enforce simple policies (e.g., every file needs a copyright), NOT to do sophsiticated code analysis.