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
Add advanced options toggle to switch between placing periods at the end of a line and at the start of the next line
#46
OyvindSabo
closed
4 years ago
0
Add a page with information about the project
#45
OyvindSabo
closed
3 years ago
1
Make sure closing parenthesis, commas and punctuation are considered when checking if a line is too long
#44
OyvindSabo
opened
4 years ago
0
Add a footer with link to the GitHub repository
#43
OyvindSabo
closed
3 years ago
1
Loading animation is not centered on vertical screens
#42
OyvindSabo
closed
4 years ago
0
Make the app more mobile friendly
#41
OyvindSabo
closed
4 years ago
0
The as, option, from to, read and write steps should be formatted as modulators
#40
OyvindSabo
closed
4 years ago
0
g.V("anything") and g.E("anything") do not work
#39
clayu
closed
4 years ago
1
TinkerPop's Style Guide
#38
spmallette
opened
4 years ago
10
Don't add newline for punctuation within strings
#37
OyvindSabo
closed
4 years ago
1
Prevent unnecessary wrapping of modulator steps
#36
OyvindSabo
closed
4 years ago
0
For nested parentheses, only add linebreak if the outer parenthesis contains a punctuation
#35
OyvindSabo
closed
4 years ago
1
Give output div an intitial height matching the height of the input text area
#34
OyvindSabo
closed
5 years ago
0
Make format function purely functional
#33
OyvindSabo
closed
5 years ago
0
Prevent all code from being grayed out from double slash comments
#32
OyvindSabo
closed
5 years ago
0
Remove resizability of text area
#31
OyvindSabo
closed
5 years ago
0
It should be possible to format multiple Gremlin queries at once, or code which consists of some Gremlin code and some non-Gremlin code
#30
OyvindSabo
closed
4 years ago
0
Handle all kinds of quotation marks
#29
OyvindSabo
closed
5 years ago
0
Correctly format queries which pass arguments to initial set
#28
OyvindSabo
closed
4 years ago
1
Correcly format queries which use g.E() instead of g.V()
#27
OyvindSabo
closed
5 years ago
0
Prevent error when the input does not contain g.V()
#26
OyvindSabo
closed
5 years ago
0
Prevent indentation in cases where the query does not contain g.V()
#25
OyvindSabo
closed
5 years ago
0
Make sure every reference to oyvindsort is legendary
#24
TheVaffel
closed
4 years ago
12
Remove spaces from the Gremlin part of the query before doing other formatting
#23
OyvindSabo
closed
5 years ago
0
Before formatting, split query into Gremlin parts and Groovy parts
#22
OyvindSabo
closed
5 years ago
0
If there are multiple instances of g.V(), format all of them consistently
#21
OyvindSabo
closed
5 years ago
1
Prevent '<' and '>' from being interpreted as HTML
#20
OyvindSabo
closed
5 years ago
0
Add warning if the query risks exploring the whole graph, or if it will loop infinitely
#19
OyvindSabo
opened
5 years ago
0
Rewrite spaces function to a one-liner
#18
OyvindSabo
closed
5 years ago
0
Make sure comments don't cause problems
#17
OyvindSabo
closed
5 years ago
0
Add syntax highlighting to comments
#16
OyvindSabo
closed
5 years ago
0
Remove unnecessary if/else statements
#15
OyvindSabo
closed
5 years ago
0
Increase font size
#14
OyvindSabo
closed
5 years ago
0
Create README
#13
OyvindSabo
closed
5 years ago
0
Make queries more idiomatic where possible
#12
OyvindSabo
opened
5 years ago
0
Handle linebreak and indentation of content in curly brackets
#11
OyvindSabo
closed
5 years ago
0
Format Groovy inside Gremlin definitions
#10
OyvindSabo
closed
5 years ago
0
Format Groovy
#9
OyvindSabo
closed
5 years ago
0
Format Gremlin inside Groovy definitons
#8
OyvindSabo
closed
5 years ago
0
Add whitespace after comma
#7
OyvindSabo
closed
5 years ago
2
If Gremlin is preceded by Groovy, then leave Groovy alone
#6
OyvindSabo
closed
5 years ago
0
Remove unused flatten function
#5
OyvindSabo
closed
5 years ago
0
Extend code window automatically when the code height exceeds window height
#4
OyvindSabo
closed
5 years ago
0
Add syntax highlighting
#3
OyvindSabo
closed
5 years ago
0
Replace all double quotes with single quotes
#2
OyvindSabo
closed
5 years ago
0
Prevent removal of whitespace from strings
#1
OyvindSabo
closed
5 years ago
0
Previous