Skip to content

Commit

Permalink
Fix RuboCop config
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Mar 28, 2024
1 parent 899a1c2 commit ff35e22
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,12 @@ AllCops:
DisplayStyleGuide: true
ExtraDetails: true
Exclude:
- 'gemfiles/**/*'
- 'node_modules/**/*'
- 'vendor/bundle/**/*'
- .git/**/*
- gemfiles/**/*
- node_modules/**/*
- test/generators/tmp/**/*
- tmp/**/*
- vendor/**/*

Layout/HashAlignment:
EnforcedColonStyle: table
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# frozen_string_literal: true

# ClientSideValidations Initializer

# Disabled validators
Expand Down

0 comments on commit ff35e22

Please sign in to comment.