Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 472 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 472 Bytes

GraphQL Linalyzer

GraphQL schema linter and analyzer (linalyzer)

Config file example

rules:
  - name: camelCase
    severity: warning
  - name: noTabs
    severity: error

Run it via docker

The latest build is available on docker hub via andimarek/graphql-linalyzer

docker run \
-v $(pwd)/<your-config.yml>:/linalyzer-config.yml \
-v $(pwd)/<your-schema-to-check>:/schema.graphql \
andimarek/graphql-linalyzer schema.graphql