Skip to content

Commit

Permalink
spec-chcker: disable check for unused files for now
Browse files Browse the repository at this point in the history
Change-Id: I65386a28b27a254a348f201fc0abe3f8432f8a09
Signed-off-by: Shreenidhi Shedi <[email protected]>
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/19828
  • Loading branch information
sshedi authored and tapakund committed Mar 20, 2023
1 parent 9424f3d commit 9fc0cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/spec-checker/check_spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ def check_specs(files_list):
check_for_configure(lines_dict, err_dict),
check_setup(lines_dict, err_dict),
check_make_smp_flags(lines_dict, err_dict),
check_for_unused_files(spec_fn, err_dict),
#check_for_unused_files(spec_fn, err_dict),
check_for_sha1_usage(spec, err_dict),
]
):
Expand Down

0 comments on commit 9fc0cf7

Please sign in to comment.