Commit e1278969 authored by Brett Walker's avatar Brett Walker

Disable Graphql/GraphqlNamePosition cop

in Types::BaseEnum::CustomValue. We’re using
`declarative_enum` which does define the
graphql_name first. The cop doesn’t detect
this edge case.
parent 6e24d335
# frozen_string_literal: true
# rubocop:disable Graphql/GraphqlNamePosition
module Types
class BaseEnum < GraphQL::Schema::Enum
class CustomValue < GraphQL::Schema::EnumValue
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment