Skip to content

Commit

Permalink
fix rubocop directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mrashed-dev committed Jun 5, 2024
1 parent 732db54 commit 593e75c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,24 +24,24 @@ Metrics/BlockLength:
Metrics/ParameterLists:
Max: 8
Exclude:
- "lib/nylas/calendar_collection.rb"
- "lib/nylas-legacy/calendar_collection.rb"

Metrics/MethodLength:
Exclude:
- "lib/nylas/calendar_collection.rb"
- "lib/nylas/services/tunnel.rb"
- "lib/nylas-legacy/calendar_collection.rb"
- "lib/nylas-legacy/services/tunnel.rb"

Metrics/AbcSize:
Exclude:
- "lib/nylas/services/tunnel.rb"
- "lib/nylas-legacy/services/tunnel.rb"

Metrics/ModuleLength:
Exclude:
- "lib/nylas/model.rb"
- "lib/nylas-legacy/model.rb"

Naming/FileName:
Exclude:
- "lib/nylas-streaming.rb"
- "lib/nylas-legacy-streaming.rb"

Metrics/ClassLength:
Enabled: false
Expand Down

0 comments on commit 593e75c

Please sign in to comment.