dodona-edu / universal-judge

Universal judge for educational software testing
https://docs.dodona.be/en/tested
MIT License
9 stars 4 forks source link

Support multiline and multicolumn linters #341

Closed niknetniko closed 1 year ago

niknetniko commented 1 year ago

Support the rows and columns property in annotations for those linters that support it. We ignored these parameters, Dodona didn't do anything with them, but this will probably change in the future.

Also fix a line offset bug when using the shebang.

Related: https://github.com/dodona-edu/dodona/pull/4568