OyvindSabo / gremlint

Linter/Code formatter for Gremlin
https://gremlint.com
Apache License 2.0
10 stars 6 forks source link

Correctly format queries which pass arguments to initial set #28

Closed OyvindSabo closed 4 years ago

OyvindSabo commented 5 years ago

Correctly format queries which starts with or contains

g.V(<some argument>).something()
OyvindSabo commented 4 years ago

Fixed