graphql-client/.rubocop.yml

12 строки
167 B
YAML
Исходник Обычный вид История

2016-12-15 03:38:54 +03:00
inherit_gem:
rubocop-github: config/default.yml
2016-11-01 02:56:57 +03:00
require:
- ./lib/rubocop/cop/graphql/heredoc
2016-08-17 22:21:24 +03:00
AllCops:
2016-11-29 15:36:46 +03:00
TargetRubyVersion: 2.3
2016-09-11 07:13:11 +03:00
2016-11-01 02:56:57 +03:00
GraphQL/Heredoc:
Enabled: true