I response my self so there's information if someone else need this.
After a conversation with David Fang, he thinks that there's no such a feature for Verible, furthermore, after an exhaustive searching on Google I couldn't found anything. Here is a brief explanation of my situation
"I'm calling to verible lint through fusesoc, so, if I want exclude
some rules, I write in a file called "verible_waiver.vbw" those rules.
e.g.:waive --rule=line-length --location=".my_file.sv*"
But
when my file has too many rules that I want to waive, it turns kind of
frustrating to write one by one, so I thought that, maybe, there is a
simple way to add the entire file as an exception, instead of writing
all rule's exceptions. "