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