Skip to content

Commit

Permalink
DEV: Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
CvX committed Jun 19, 2024
1 parent 3274a26 commit a2520a6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@ inherit_gem:
inherit_mode:
merge:
- Exclude

AllCops:
Exclude:
- 'examples/**/*'
- "examples/**/*"

Discourse/Plugins:
Enabled: false

RSpec:
Enabled: false

0 comments on commit a2520a6

Please sign in to comment.