Vouchers for user promotion - Part 2: Redemption #2940
linter.yml
on: pull_request
RuboCop (Ruby)
33s
ESLint (JS)
14s
Annotations
2 errors
RuboCop (Ruby):
app/helpers/lectures_helper.rb#L145
Lint/UnusedMethodArgument: Unused method argument - `lecture`. If it's necessary, use `_` or `_lecture` as an argument name to indicate that it won't be used. If it's unnecessary, remove it. You can also write as `teachers_preselection_for_new_lecture(*)` if you want the method to accept any arguments but don't care about them.
|
RuboCop (Ruby)
Process completed with exit code 1.
|