Skip to content

Commit

Permalink
Merge pull request #204 from ZacLN/fix3
Browse files Browse the repository at this point in the history
remove .arg access of unknown type
  • Loading branch information
davidanthoff authored Oct 6, 2017
2 parents dd11f35 + c681451 commit b373f99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/trav/lint.jl
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@ function _lint_sig(sig1, s, L, fname, offset)
sig isa IDENTIFIER && return
for (i, arg) = enumerate(sig)
i == 1 && continue
arg = sig.args[i]
if !(arg isa PUNCTUATION)
arg_id = str_value(CSTParser._arg_id(arg))

Expand Down

0 comments on commit b373f99

Please sign in to comment.