We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 975f8a5 commit fecf40eCopy full SHA for fecf40e
check.py
@@ -586,9 +586,6 @@ def check_file(filename):
586
587
if not j['javaDependencies'] and not j['cppDependencies']:
588
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)))
592
593
# should have linuxathena as at least one of the cppDependencies platforms
594
if j['cppDependencies']:
0 commit comments