White space standardization and change to minimum_yara
Added the feature to standardize the leading white space in validated yara files. This is configured in the validator_cfg.yml file using its three values: char_to_replace, char_replacement and count_of_replaced.
char_to_replace is the white space character you want to replace, default '\t'
char_replacement is the white space character you want it replaced with, default ' '
count_of_replaced is the number of char_replacement characters you want to use in the replacement, default 4
minimum_yara was changed to yara_version for compatibility reasons
White space standardization and change to minimum_yara
Added the feature to standardize the leading white space in validated yara files. This is configured in the validator_cfg.yml file using its three values: char_to_replace, char_replacement and count_of_replaced.
minimum_yara was changed to yara_version for compatibility reasons