mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Added regexp used to detect missing copyright headers
This commit is contained in:
5
doc/identify-missing-copyright.txt
Normal file
5
doc/identify-missing-copyright.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
This regexp will identify all files not starting with the character '/'
|
||||
Useful to detect files with missing copyright header
|
||||
|
||||
^(?!/).*$
|
||||
|
Reference in New Issue
Block a user