Skip to content

Commit

Permalink
Merge pull request #8 from matmar10/test-rule-set-spec
Browse files Browse the repository at this point in the history
Test rule set spec
  • Loading branch information
matmar10 authored Oct 19, 2021
2 parents 5c7728d + 7477fef commit d910d25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/prclintrc.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": [2, "always"]
"references-empty": [2, "never"]
}
}
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ async function run() {
...config.rules,
...rules
};
console.log('Rules:', ruleSet);

const commits = await octokit.rest.pulls.listCommits({
owner: repo.owner.login,
Expand Down

0 comments on commit d910d25

Please sign in to comment.