I want to have a rule to check that my project doesn't contain specific files (like .env files for example) as well as for some files I want to make sure that even if they do exist I can insert regexp of content - so it can validate content based on that regexp.
I want to have a rule to check that my project doesn't contain specific files (like .env files for example) as well as for some files I want to make sure that even if they do exist I can insert regexp of content - so it can validate content based on that regexp.