Hello,
I have a problem with the FixInsightCL command line.
The problem is found both under Delphi 10.4.2 pro and under Delphi 11.2 Pro
Here is the command line I am running:
FixInsightCL.exe" --project="D:\Project\myProjec.dpr" --"output=D:\Results\FixInsight\myProject.csv" --libpath="C:\Program Files (x86)\Embarcadero\Studio\22.0\source" --unitscopes="Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell" --csv
In the “.ficfg” file of my project, I have this defined:
< IgnoreFileNames > < Name > C:\Sources\externals\ < Name > C:\ComponentsPro\ < Name > C:\OpenSources\ < /IgnoreFileNames >
The other parameters of the “.ficfg” file are taken into account when executing the command line.
My problem and that the result took into account the files which should have been ignored!
The problem is not present in the plugin.
The plugin ignores the contents of the folders put in this tag.
Is this a bug, or does the command line work differently from the plugin?