Skip to content

Commit

Permalink
Fixed: Don't fail on Checkstyle errors, due to the PEAR to PSR* trans…
Browse files Browse the repository at this point in the history
…ition
  • Loading branch information
manuelpichler committed Oct 11, 2012
1 parent f6ee217 commit e8f4d0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.properties
Expand Up @@ -7,6 +7,9 @@ project.stability = stable
# Default coding standard
codesniffer.standard = PSR1

# TODO: Currently we are in a transition phase, so don't fail here! Remove this in 2.0
codesniffer.fail.on.violation = false

# Location of the version control system
project.scm.uri = github.com/${project.name}/${project.name}/commit

Expand Down

0 comments on commit e8f4d0b

Please sign in to comment.