inhibit-local-variables-p

inhibit-local-variables-p is a compiled Lisp function in `files.el'.

(inhibit-local-variables-p)

Return non-nil if file local variables should be ignored.
This checks the file (or buffer) name against `inhibit-local-variables-regexps'
and `inhibit-local-variables-suffixes'. If
`inhibit-local-variables-ignore-case' is non-nil, this ignores case.