OyvindSabo / gremlint

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

Should graph or graph.traversal() also be considered traversal sources? #49

Open OyvindSabo opened 3 years ago

OyvindSabo commented 3 years ago

Currently only g is considered a traversal source. SInce all steps should have higher indentation than their traversal source, should perhaps also graph be considered a traversal source?, or perhaps graph.traversal()?