Don't skip grid format checks

This commit is contained in:
Matt Guthaus 2018-10-15 11:21:07 -07:00
parent d855d4f1a6
commit d60986e590
1 changed files with 0 additions and 2 deletions

View File

@ -31,8 +31,6 @@ class code_format_test(openram_test):
continue
if re.search("testutils.py$", code):
continue
if re.search("grid.py$", code):
continue
if re.search("globals.py$", code):
continue
if re.search("openram.py$", code):