Hi all
I am using HAL for e linting and facing a problem with filtering source file for linting.
I am using the a design_info.txt file method to filter files that i don't want to lint.
however, this method works only for the built-in rules and doesn't affect the user defined rules (rules created by me).
Is there a way to fix this behavior of the HAL linter ? i saw that there is a way to use a callback method for HAL messages, is this the only way to deal with this problem ?
Thanks in advance.
E.M.