Skip to content

Instantly share code, notes, and snippets.

@bayleedev
Created December 28, 2012 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bayleedev/4398179 to your computer and use it in GitHub Desktop.
Save bayleedev/4398179 to your computer and use it in GitHub Desktop.
{
"name": "QualityRuleset",
"rules": [
{
"name": "DoesntExceedMaxLineLength",
"vars": {
"soft": 80,
"hard": 100,
}
},
{
"name": "myplugin\\test\\rules\\abc",
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment