Sha256: 48b9379bd966a6c308ba3f823a09425f0af03b02195cd59c7af11cad719d83a0
Contents?: true
Size: 796 Bytes
Versions: 11
Compression:
Stored size: 796 Bytes
Contents
--- require: - rubocop-graphql # Ensures all arguments have a description # Disabled because our bespoke Graphql/Descriptions cop covers this. GraphQL/ArgumentDescription: Enabled: false # Ensures all fields have a description # Disabled because our bespoke Graphql/Descriptions cop covers this. GraphQL/FieldDescription: Enabled: false # Suggests using input type instead of many arguments GraphQL/ExtractInputType: Enabled: false # Suggests extracting fields with common prefixes to the separate type GraphQL/ExtractType: Enabled: false # Checks that types are defined with class-based API GraphQL/LegacyDsl: Enabled: false # Ensures all types have a description # Disabled because our bespoke Graphql/Descriptions cop covers this. GraphQL/ObjectDescription: Enabled: false
Version data entries
11 entries across 11 versions & 1 rubygems