Skip to content

Commit

Permalink
misc(Rubocop): Disable ExtractType rule
Browse files Browse the repository at this point in the history
  • Loading branch information
ansmonjol committed Mar 10, 2023
1 parent d291ca1 commit c88798e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -301,3 +301,6 @@ GraphQL/ArgumentDescription:

GraphQL/FieldDescription:
Enabled: false

GraphQL/ExtractType:
Enabled: false

0 comments on commit c88798e

Please sign in to comment.