Skip to content

Instantly share code, notes, and snippets.

@dhaley
Created February 4, 2013 18:00
Show Gist options
  • Save dhaley/4708356 to your computer and use it in GitHub Desktop.
Save dhaley/4708356 to your computer and use it in GitHub Desktop.
vcr_menu.install compilation errors
-*- mode: compilation; default-directory: "~/data/releases/cu_vcr/current/profiles/cu_vcr/modules/custom/vcr_menu/" -*-
Compilation started at Mon Feb 4 10:59:42
phpcs --report\=checkstyle /Users/daha1836/data/releases/cu_vcr/current/profiles/cu_vcr/modules/custom/vcr_menu/vcr_menu.install
<?xml version="1.0" encoding="UTF-8"?>
<checkstyle version="1.4.0">
<file name="/Users/daha1836/data/releases/cu_vcr/dev/profiles/cu_vcr/modules/custom/vcr_menu/vcr_menu.install">
<error line="4" column="1" severity="error" message="There must be exactly one blank line before the tags in file comment" source="PEAR.Commenting.FileComment.SpacingBeforeTags"/>
<error line="9" column="1" severity="warning" message="PHP version not specified" source="PEAR.Commenting.FileComment.MissingVersion"/>
<error line="9" column="1" severity="error" message="Missing @category tag in file comment" source="PEAR.Commenting.FileComment.MissingTag"/>
<error line="9" column="1" severity="error" message="Missing @package tag in file comment" source="PEAR.Commenting.FileComment.MissingTag"/>
<error line="9" column="1" severity="error" message="Missing @author tag in file comment" source="PEAR.Commenting.FileComment.MissingTag"/>
<error line="9" column="1" severity="error" message="Missing @license tag in file comment" source="PEAR.Commenting.FileComment.MissingTag"/>
<error line="9" column="1" severity="error" message="Missing @link tag in file comment" source="PEAR.Commenting.FileComment.MissingTag"/>
<error line="13" column="1" severity="error" message="Missing @return tag in function comment" source="PEAR.Commenting.FunctionComment.MissingReturn"/>
<error line="14" column="1" severity="error" message="Function name &quot;vcr_menu_install&quot; is prefixed with a package name but does not begin with a capital letter" source="PEAR.NamingConventions.ValidFunctionName.FunctionNoCaptial"/>
<error line="14" column="29" severity="error" message="Opening brace should be on a new line" source="PEAR.Functions.FunctionDeclaration.BraceOnSameLine"/>
<error line="15" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="20" column="1" severity="error" message="Missing @return tag in function comment" source="PEAR.Commenting.FunctionComment.MissingReturn"/>
<error line="21" column="1" severity="error" message="Function name &quot;_vcr_menu_create_menus&quot; is invalid; only private methods should be prefixed with an underscore" source="PEAR.NamingConventions.ValidFunctionName.FunctionUnderscore"/>
<error line="21" column="35" severity="error" message="Opening brace should be on a new line" source="PEAR.Functions.FunctionDeclaration.BraceOnSameLine"/>
<error line="22" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="28" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="29" column="3" severity="error" message="Line indented incorrectly; expected 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="30" column="5" severity="error" message="Line indented incorrectly; expected at least 8 spaces, found 4" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
<error line="32" column="3" severity="error" message="Line indented incorrectly; expected at least 4 spaces, found 2" source="PEAR.WhiteSpace.ScopeIndent.Incorrect"/>
</file>
</checkstyle>
Compilation exited abnormally with code 1 at Mon Feb 4 10:59:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment