We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reproduce
lkp-tests$ rubocop lib/data_store.rb lib/data_store.rb:738:9: C: Naming/AccessorMethodName: Do not prefix writer method names with set_. def set_date(date) ^^^^^^^^ 1 file inspected, 1 offense detected
Reference https://github.com/intel/lkp-tests/wiki/Coding-Standard#rubocop
Note Besides the fix of rubocop issue, it is required to update the caller side to use new API
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Reproduce
Reference
https://github.com/intel/lkp-tests/wiki/Coding-Standard#rubocop
Note
Besides the fix of rubocop issue, it is required to update the caller side to use new API
The text was updated successfully, but these errors were encountered: