Previously the rubocop version was 1.25. Now in the buildkite, the rubocop version changed to 1.31. The problem was that some of the library files were failing in the newer version of the rubocop.
So we have updated the rubocop version in the local and then checked. Also, we have modified the changes in the libraries directory.
Now the lint error is fixed with the newer version of the rubocop.
Issues Resolved
List any existing issues this PR resolves or any Discourse or StackOverflow discussion that's relevant
Check List
Please fill a box or appropriate ([x]) or mark N/A.
[ ] New functionality includes integration tests/controls
[ ] New Terraform resources
[ ] Documentation provided or updated for resources
Signed-off-by: Soumyodeep Karmakar soumyo.k13@gmail.com
Description
Previously the rubocop version was 1.25. Now in the buildkite, the rubocop version changed to 1.31. The problem was that some of the library files were failing in the newer version of the rubocop.
So we have updated the rubocop version in the local and then checked. Also, we have modified the changes in the libraries directory.
Now the lint error is fixed with the newer version of the rubocop.
Issues Resolved
List any existing issues this PR resolves or any Discourse or StackOverflow discussion that's relevant
Check List
Please fill a box or appropriate ([x]) or mark N/A.
rake lint
passes