Skip to content

Commit

Permalink
Remove redundant RuboCop step as it is already run via Danger
Browse files Browse the repository at this point in the history
  • Loading branch information
iangmaia committed Feb 1, 2024
1 parent fbd6cb2 commit 9b1d5e3
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,19 +55,6 @@ steps:
ruby:
- 3.2.2

#################
# Lint
#################
- label: "🧹 Lint (Rubocop)"
key: rubocop
command: |
bundle install
echo "--- :rubocop: Run Rubocop"
bundle exec rubocop
plugins: [*docker_plugin]
agents:
queue: "default"

#################
# Danger
#################
Expand Down

0 comments on commit 9b1d5e3

Please sign in to comment.