Skip to content

Commit 7ac7e23

Browse files
committed
Add rubocop tasks
1 parent 0005bdc commit 7ac7e23

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
- run: sudo apt-get install -y universal-ctags
4040

4141
- run: bundle exec rspec
42+
- run: bundle exec rubocop
4243

4344
- name: Slack Notification (not success)
4445
uses: act10ns/slack@v2

Rakefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,8 @@ require "rspec/core/rake_task"
55

66
RSpec::Core::RakeTask.new(:spec)
77

8+
require "rubocop/rake_task"
9+
10+
RuboCop::RakeTask.new
11+
812
task default: :spec

0 commit comments

Comments
 (0)