You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It currently is impossible to lint .vala.in files with vala-lint, even when I explicitly pass that .vala.in file as argument. That doesn't make sense, because a .vala.in isn't necessarily correct Vala.
Another bug I've noticed is that when I don't pass any argument, it defaults to . and doesn't properly join the path, causing it to say e.g. .src/whatever.vala, while the file would of course be ./src/whatever.vala (or just src/whatever.vala).
It currently is impossible to lintThat doesn't make sense, because a.vala.in
files with vala-lint, even when I explicitly pass that.vala.in
file as argument..vala.in
isn't necessarily correct Vala.Another bug I've noticed is that when I don't pass any argument, it defaults to
.
and doesn't properly join the path, causing it to say e.g..src/whatever.vala
, while the file would of course be./src/whatever.vala
(or justsrc/whatever.vala
).Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: