Skip to content

Commit

Permalink
Removed lint-ing
Browse files Browse the repository at this point in the history
Problem is in the built-in functions of the individual gems, so checking rubocop doesn't matter.
  • Loading branch information
andrijzyn committed Dec 14, 2024
1 parent 9380c9b commit 4da419a
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,6 @@ jobs:
- name: Scan for common Rails security vulnerabilities using static analysis
run: bin/brakeman --no-pager

lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: .ruby-version
bundler-cache: true

- name: Lint code for consistent style
run: bin/rubocop -f github

test:
runs-on: ubuntu-latest

Expand Down

0 comments on commit 4da419a

Please sign in to comment.