Skip to content

Avoid crashing when splitting malformed shebang lines

Caleb Maclennan requested to merge alerque/namcap:fix-shebang-spliting into master

Closes #64 (closed)

The shebang in question is malformed, but this will cause that to show up as a warning about an unknown interpreter instead of crashing the rule.

Merge request reports