I simply want to generate the Roslynator reports on a bunch of different folders, even if there are findings found in them. The code I'm using bails out if Roslynator detects an error and then won't run on the next folder.
Is there any way to configure Roslynator to NOT return an error code when it successfully runs, even if it finds issues in the code its analyzing?
This is related to issue: #759, which added this feature. While I can understand adding this as a feature when issues are detected, I can see situations where someone could want to have detected issues NOT considered an error when running Roslynator.
Could a command line option be added, or a configuration setting, or something, so that a successful run does NOT return an error code even when issues are found in the code?