Add check for permissions

This commit is contained in:
Richard Berger
2020-06-13 09:54:12 -04:00
parent fcd3e9a3f9
commit 49982e22bf
3 changed files with 137 additions and 8 deletions

View File

@ -17,18 +17,19 @@ include:
- doc/src/**
- python
- src/**
- tools/coding_standard
patterns:
- "*.c"
- "*.cmake"
- "*.cpp"
- "*.h"
- "*.md"
- "*.py"
- "*.rst"
- "*.sh"
- ".gitignore"
- "README"
- "requirements.txt"
- "*.c"
- "*.cpp"
- "*.h"
- "*.sh"
- "*.py"
- "*.md"
- "*.rst"
- "*.cmake"
"""
def check_trailing_whitespace(f):