Skip to content

Commit

Permalink
Merge pull request #40 from ifad/chore/improve-rubocop-config
Browse files Browse the repository at this point in the history
Ignore class length of client
  • Loading branch information
tagliala authored Apr 22, 2024
2 parents 5e50394 + 64dc3a2 commit aa66649
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ AllCops:
Layout/LineLength:
Enabled: false

Metrics/ClassLength:
Exclude:
- lib/sharepoint/client.rb

Rails/TimeZone:
Enabled: false

Expand Down
4 changes: 0 additions & 4 deletions .rubocop_todo.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit aa66649

Please sign in to comment.