OyvindSabo / gremlint

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

Correctly format queries which pass arguments to initial set #28

Closed OyvindSabo closed 3 years ago

OyvindSabo commented 5 years ago

Correctly format queries which starts with or contains

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

Fixed