Hi,
I’m having a hard time trying to pass test_generic. Here are the errors:
Trim Trailing Whitespace.................................................Failed
- hook id: trailing-whitespace
- duration: 0.08s
- exit code: 1
- files were modified by this hook
Fixing code/codeabbey/088/dfuribez.jl
Fix End of Files.........................................................Failed
- hook id: end-of-file-fixer
- duration: 0.08s
- exit code: 1
- files were modified by this hook
Fixing code/codeabbey/088/OTHERS.lst
Fixing code/codeabbey/088/dfuribez.jl
And I actually don’t know what I’m doing wrong. The only thing is that my solution is in Julia and I’m having some trouble with the linter, in all the MR approved that a checked the linter part looks like a command thats going to be executed in a terminal, but the liinter I found for Julia seems to work by adding a line inside de code and I’m not sure that’s the problem here. But anyway I’m new at this and I would appreciate any guidance.
Thanks.