Commit Graph

6 Commits

Author SHA1 Message Date
Pedro Paiva 0cc461d4d9
Remove ruby 2.5 support (#1415)
* Remove Ruby 2.5 support

* Setting the target Ruby version to 2.6 on Rubocop

* Fix Style/SlicingWithRange: Prefer ary[n..] over ary[n..-1] offenses
2021-03-04 20:42:47 -03:00
Pedro Paiva edf4f5d9d0
Remove Rails 4.2 support (#1422) 2021-03-04 19:43:38 -03:00
Pedro Paiva ec93ea9052
Remove Ruby 2.4 support (#1412)
* Remove Ruby 2.4 support

* Fix: Style/RedundantBegin: Redundant begin block detected
2021-02-11 08:58:16 -03:00
Pedro Paiva bf850fa043
Add GitHub Action to replace Travis (#1397) 2021-01-25 18:57:22 -03:00
Kapil Sachdev bf41204490 fix: Remove lint-action github action and add custom RuboCop action
- Annotations feature provided by lint-action is not working with PRs 
from fork repos
- pull_request_target feature is also not behaving reliably 
- Remove hound
- Not using bundler-cache: true for caching as it uses uses 
./vendor/bundle as bundle path and rubocop lint vendor as well. So 
caching under ../vendor/bundle using actions/cache
- Using actions/cache@v1 rather v2 as gems are not getting cached due to 
unknown reason
2020-11-18 21:54:38 +05:30
Kapil Sachdev 91f57a3016 feat: Add github action for linting rubocop [ci skip] 2020-11-12 01:37:09 +05:30