style: ignore test data in style checks
Change-Id: If797eaf3842b5c1604942bb60f091800ee814a2a Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
This commit is contained in:
parent
64dccbbf1b
commit
3f24000d46
1 changed files with 2 additions and 0 deletions
|
@ -113,6 +113,8 @@ style_ignores = [
|
|||
# Ignore external projects as they are unlikely to follow the gem5
|
||||
# coding convention.
|
||||
_re_ignore("^ext/"),
|
||||
# Ignore test data, as they are not code
|
||||
_re_ignore("^tests/(?:quick|long)/"),
|
||||
]
|
||||
|
||||
def check_ignores(fname):
|
||||
|
|
Loading…
Reference in a new issue