Skip to content

Commit

Permalink
Rubocop: exclude bin/*
Browse files Browse the repository at this point in the history
This directory contains dynamically-created content, including rubocop itself.
We don't want PDK to complain about those.

Signed-off-by: Samuli Seppänen <[email protected]>
  • Loading branch information
mattock committed Jan 23, 2023
1 parent b384c71 commit 5e0fd27
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@

inherit_gem:
voxpupuli-test: rubocop.yml

AllCops:
Exclude:
- bin/*

0 comments on commit 5e0fd27

Please sign in to comment.