Skip to content

Commit fecf40e

Browse files
committed
remove filename check
1 parent 975f8a5 commit fecf40e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

check.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -586,9 +586,6 @@ def check_file(filename):
586586

587587
if not j['javaDependencies'] and not j['cppDependencies']:
588588
error('missing both Java and C++ dependencies')
589-
590-
if j['fileName'] != os.path.basename(filename):
591-
error('{0} does not match filename key: {1}'.format(j['fileName'], os.path.basename(filename)))
592589

593590
# should have linuxathena as at least one of the cppDependencies platforms
594591
if j['cppDependencies']:

0 commit comments

Comments
 (0)