testsuite: Add test for #9334 #1208
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
1 error and 1 warning
hlint
HLint failed with status: 1. Suggestion (1)
|
hlint:
cabal-install/tests/UnitTests/Distribution/Client/ScriptUtils.hs#L31
Suggestion in testScriptPath in module UnitTests.Distribution.Client.ScriptUtils: Use && ▫︎ Found: "and\n [isValid hashed_path,\n (script_build_dir </> takeFileName hashed_path)\n `equalFilePath` hashed_path]" ▫︎ Perhaps: "(isValid hashed_path\n &&\n ((script_build_dir </> takeFileName hashed_path)\n `equalFilePath` hashed_path))"
|