Skip to content

Instantly share code, notes, and snippets.

@gfx
Created August 27, 2018 05:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gfx/e6b62d55f3937f732123261c0086b627 to your computer and use it in GitHub Desktop.
Save gfx/e6b62d55f3937f732123261c0086b627 to your computer and use it in GitHub Desktop.
Check Relay connection sort order
rules:
- id: kibela.connection_type_without_resolver
pattern: "field(:symbol:, _.connection_type, ..., !resolve: _, ...)"
message: "Relay connection に resolver が設定されていません。 AR::Relation に対するconnectionは resolver でソートを指定すべきです。"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment