Activity overview
Latest activity by jimmycorta
Hi Tim, It looks like SQL Code Guard is ignoring the /include:ME003 filter and still running all rules. This is a known quirk with some versions where the /include flag doesn't override the full ruleset as expected. To narrow down to only ME003, try both: /include:ME003 /exclude:ALL
Then, explicitly re-include ME003, which forces the tool to bypass the default rule set. Alternatively, create a custom rule set XML with just ME003 and point to it using /ruleset:yourrules.xml . Also, make sure you're using the latest version—some older builds have bugs with include/exclude logic. If the problem still persists, contacting support or checking for patches may help.  / comments
Hi Tim,It looks like SQL Code Guard is ignoring the /include:ME003 filter and still running all rules. This is a known quirk with some versions where the /include flag doesn't override the full rul...