parent
8dd3d52ebf
commit
98e1d1f939
1 changed files with 10 additions and 0 deletions
|
@ -136,6 +136,7 @@ current_function = ""
|
||||||
current_match = ""
|
current_match = ""
|
||||||
doc = ""
|
doc = ""
|
||||||
line = 0
|
line = 0
|
||||||
|
lint = ""
|
||||||
module = ""
|
module = ""
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -350,6 +351,11 @@ if (action == "doc") {
|
||||||
# TODO rwx_ function
|
# TODO rwx_ function
|
||||||
|
|
||||||
# TODO unique alias
|
# TODO unique alias
|
||||||
|
if (current_match == "alias") {
|
||||||
|
if (alias in aliases) {
|
||||||
|
print "dupe: " alias
|
||||||
|
}
|
||||||
|
}
|
||||||
# TODO unique command
|
# TODO unique command
|
||||||
# TODO unique function
|
# TODO unique function
|
||||||
|
|
||||||
|
@ -377,6 +383,10 @@ if (action == "filter") {
|
||||||
print item
|
print item
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# lint
|
||||||
|
} else if (action == "lint") {
|
||||||
|
print lint
|
||||||
|
|
||||||
# action
|
# action
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue