We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
To filter out the GLOBAL_VAR messages in the 'some\package\location\' folder, add the following to cfexclude.json
[ other exclude rules..., {"file":".*some\\\\package\\\\location\\\\.*","code":"GLOBAL_VAR"} ]
Note: The back slashes must be escaped twice, once for JSON, once for regular expressions
*NIX
[ other exclude rules..., {"file":".*some/package/location/.*","code":"GLOBAL_VAR"} ]