Skip to content

Commit

Permalink
test: make sure loaded rules applied
Browse files Browse the repository at this point in the history
Fixes #20
  • Loading branch information
matmar10 committed Nov 5, 2021
1 parent 16f4829 commit aab8edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/prcolinterrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"rules": {
"body-max-line-length": [0, "always", 100],
"references-empty": [0, "never"]
"references-empty": [2, "never"]
}
}

0 comments on commit aab8edf

Please sign in to comment.