-
Notifications
You must be signed in to change notification settings - Fork 73
Description
PR777 introduced new testcases in tests/FSharpLint.Console.Tests/TestApp.fs that contain * and ? characters.
It's not clear, though, if wildcards can be used for slnx/sln/fsproj files because none of those tests/testcases include this. We should add tests for this (and make them pass in case they don't). For these cases, the string "Wildcard detected, but not recommended. Using a project (slnx/sln/fsproj) can detect more issues." should of course not be printed in the console in these cases.
Also, the string "Wildcard detected, but not recommended. Using a project (slnx/sln/fsproj) can detect more issues." should be printed also when targetting .fs files alone (even if they are not specified with wildcards), but morphed slightly into "Going to analyse single .fs file, but not recommended. Using a project (slnx/sln/fsproj) can detect more issues."