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
lkp-tests$ rubocop lib/result_root.rb
lib/result_root.rb:101:7: C: Naming/AccessorMethodName: Do not prefix writer method names with set_.
def set_date_glob(glob)
^^^^^^^^^^^^^
lib/result_root.rb:105:7: C: Naming/AccessorMethodName: Do not prefix writer method names with set_.
def set_date(time)
^^^^^^^^
lib/result_root.rb:109:7: C: Naming/AccessorMethodName: Do not prefix writer method names with set_.
def set_queue(queue)
^^^^^^^^^
Reproduce
Reference
https://github.com/intel/lkp-tests/wiki/Coding-Standard#rubocop
The text was updated successfully, but these errors were encountered: