-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
I don't have a lot to go on here, but the short of it is that the errorformat setting is not taking across files. Results from CodeSniff are not being parsed correctly, and appear like
|| "/mnt/sda9/echoditto/greenstreets/sites/greenstreets/index.php",24,1,error,"Break statement indented incorrectly; expected 6 spaces, found 0",DrupalCodingStandard.
until I run the command
set errorformat+="%f",%l,%c,%t%[a-zA-Z],"%m",%[a-zA-Z0-9_.-],%*[0-9]
from the vim command prompt, in each file.
I tried copying that command into .vimrc as a quickfix, with no luck. I've seen with both PEAR and DrupalCodingStandard standards.
Any ideas what might be going on here and how to fix? Perhaps something around the scoping of that setting for particular filetypes?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels