Skip to content

Commit 9590771

Browse files
committed
Remove rubocop from CI due to style conflicts with cookstyle
Signed-off-by: Francesco De Martino <[email protected]>
1 parent b6fd030 commit 9590771

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,7 @@ jobs:
3838
ruby-version: 2.7
3939
- name: Install dependencies
4040
run: bundle install --with style
41-
- name: Run Rubocop
42-
run: rubocop
4341
- name: Run Cookstyle
44-
# FC071 is a check for a LICENSE file.
45-
# It doesn't like that ours is named LICENSE.txt.
4642
run: cookstyle .
4743
python:
4844
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)