issues
search
OyvindSabo
/
gremlint
Linter/Code formatter for Gremlin
https://gremlint.com
Apache License 2.0
10
stars
6
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Bump json5 from 2.1.3 to 2.2.3
#96
dependabot[bot]
opened
1 year ago
0
Bump qs from 6.5.2 to 6.5.3
#95
dependabot[bot]
opened
1 year ago
0
Bump decode-uri-component from 0.2.0 to 0.2.2
#94
dependabot[bot]
opened
1 year ago
0
Bump minimatch from 3.0.4 to 3.1.2
#93
dependabot[bot]
opened
2 years ago
0
Bump jsdom from 16.4.0 to 16.7.0
#92
dependabot[bot]
opened
2 years ago
0
Bump minimist from 1.2.5 to 1.2.6
#91
dependabot[bot]
opened
2 years ago
0
Bump tmpl from 1.0.4 to 1.0.5
#90
dependabot[bot]
opened
3 years ago
0
Bump path-parse from 1.0.6 to 1.0.7
#89
dependabot[bot]
opened
3 years ago
0
Bump ws from 7.3.1 to 7.4.6
#88
dependabot[bot]
opened
3 years ago
0
Bump lodash from 4.17.20 to 4.17.21
#87
dependabot[bot]
opened
3 years ago
0
Bump hosted-git-info from 2.8.8 to 2.8.9
#86
dependabot[bot]
opened
3 years ago
0
Bump y18n from 4.0.0 to 4.0.1
#85
dependabot[bot]
opened
3 years ago
0
Bump node-notifier from 8.0.0 to 8.0.1
#84
dependabot[bot]
opened
3 years ago
0
It seems like initialHorizontalPosition is only taken into account for queries which do not wrap
#83
OyvindSabo
closed
3 years ago
1
Issues with relative indentation in closures which are not the first step in a step group
#82
OyvindSabo
closed
3 years ago
0
Relative indentation within closures is off by one if dots are configured to come after newlines
#81
OyvindSabo
closed
3 years ago
0
Linter doesn't seem to work anymore
#80
OyvindSabo
opened
3 years ago
0
Problem with relative indentation inside closures
#79
OyvindSabo
closed
3 years ago
0
Underscore wrapping suggestion
#78
OyvindSabo
opened
3 years ago
0
[Fix #56] Update source files to reflect new ASF copyright
#77
OyvindSabo
closed
3 years ago
0
Problem with relative alignment between lines within closure
#76
OyvindSabo
closed
3 years ago
1
Initial horizontal position of query is not taken into account when determining if it should wrap
#75
OyvindSabo
closed
4 years ago
0
Relative indentation within inline non-Gremlin code does not seem to be persisted if no wrapping occurs.
#74
OyvindSabo
closed
4 years ago
0
Setting the indentation equal to the max line length causes a type error
#73
OyvindSabo
closed
4 years ago
0
Preserve relative indentation between all lines in a closure when specifying custom indentation
#72
OyvindSabo
closed
4 years ago
0
Make indentation work for code which is not Gremlin
#71
OyvindSabo
closed
4 years ago
1
Starting a query with whitespace breaks formatting
#70
OyvindSabo
closed
4 years ago
0
Distinguish individual codeblocks based on whether they can be parsed as Gremlin, not on linebreak.
#69
OyvindSabo
closed
4 years ago
0
Relative indentation within code blocks is not preserved when wrapping happens inside of modulator
#68
OyvindSabo
closed
4 years ago
0
Semicolon at the end of query breaks formatting
#67
OyvindSabo
closed
4 years ago
0
Relative indentation should be maintained in non-Gremlin code blocks.
#66
OyvindSabo
closed
4 years ago
0
When non-Gremlin code blocks are left unformated, their total length should not be used to determine if wrapping is necessary
#65
OyvindSabo
closed
4 years ago
2
Don't remove spacing before closures which are not inside a traversal
#64
OyvindSabo
closed
4 years ago
0
It should not be necessary to pass a config to the formatQuery function
#63
OyvindSabo
closed
4 years ago
0
Create Gremlint package which can be imported as a library by the website
#62
OyvindSabo
closed
4 years ago
0
Add clearer distinction between multiple anonymous queries passed as arguments
#61
OyvindSabo
opened
4 years ago
0
Show a default formatted sample query when opening gremlint.com
#60
OyvindSabo
closed
4 years ago
1
[Fix #58] Refactor all files to use require imports
#59
OyvindSabo
closed
4 years ago
0
Refactor include imports to require imports
#58
OyvindSabo
closed
4 years ago
0
[Fix #56] Add ASF licence header to all source files
#57
OyvindSabo
closed
3 years ago
2
Check and make sure that the files that have been donated have been updated to reflect the new ASF copyright.
#56
OyvindSabo
closed
3 years ago
0
How should modulators which appear before the step they are modulating be indented?
#55
OyvindSabo
opened
4 years ago
0
as_, from_, with_ should be indented as modulators.
#54
OyvindSabo
closed
4 years ago
0
The steps with, emit, times and until are currently not indented as modulators.
#53
OyvindSabo
closed
4 years ago
0
Add advanced option toggle for vertically aligned indentation
#52
OyvindSabo
opened
4 years ago
0
Add support for methods called with curly braces
#51
OyvindSabo
closed
4 years ago
0
In traversals where a middle step is not called (with parentheses), that step is not correctly indented
#50
OyvindSabo
closed
4 years ago
0
Should graph or graph.traversal() also be considered traversal sources?
#49
OyvindSabo
opened
4 years ago
0
It should not be possible to set the max line length to lower than the specified indentation
#48
OyvindSabo
closed
4 years ago
0
Setting max line length to an illegally low value should set it to the lowest legal value
#47
OyvindSabo
closed
4 years ago
0
Next