Variable: flymake-allowed-file-name-masks
flymake-allowed-file-name-masks is an alias and customizable for
flymake-proc-allowed-file-name-masks, defined in flymake-proc.el.gz.
This variable is obsolete since 26.1; use
flymake-proc-allowed-file-name-masks instead.
Value
(("\\.\\(?:c\\(?:pp\\|xx\\|\\+\\+\\)?\\|CC\\)\\'"
flymake-proc-simple-make-init nil
flymake-proc-real-file-name-considering-includes)
("\\.xml\\'" flymake-proc-xml-init)
("\\.html?\\'" flymake-proc-xml-init)
("\\.cs\\'" flymake-proc-simple-make-init)
("\\.php[345]?\\'" flymake-proc-php-init)
("\\.h\\'" flymake-proc-master-make-header-init
flymake-proc-master-cleanup)
("\\.java\\'" flymake-proc-simple-make-java-init
flymake-proc-simple-java-cleanup)
("[0-9]+\\.tex\\'" flymake-proc-master-tex-init
flymake-proc-master-cleanup)
("\\.tex\\'" flymake-proc-simple-tex-init)
("\\.idl\\'" flymake-proc-simple-make-init))
Documentation
Files syntax checking is allowed for.
Variable flymake-proc-ignored-file-name-regexps overrides this variable.
This is an alist with elements of the form:
REGEXP INIT [CLEANUP [NAME]]
REGEXP is a regular expression that matches a file name.
INIT is the init function to use.
CLEANUP is the cleanup function to use, default
flymake-proc-simple-cleanup.
NAME is the file name function to use, default
flymake-proc-get-real-file-name.
Aliases
flymake-allowed-file-name-masks (obsolete since 26.1)