Skip to content

Commit

Permalink
Merge pull request #6120 from thejonroberts/standard-plugins
Browse files Browse the repository at this point in the history
Linting: Standard rubocop plugins
  • Loading branch information
compwron authored Dec 11, 2024
2 parents 7ff0533 + 237974d commit 3d86813
Show file tree
Hide file tree
Showing 250 changed files with 2,859 additions and 1,281 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ yarn-debug.log*

.rails_routes*
.vscode
.rubocop.yml

coverage/
.idea/
Expand Down
8 changes: 8 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
require:
- rubocop-capybara
- rubocop-factory_bot
- rubocop-rspec
- rubocop-rspec_rails

inherit_gem:
pundit: config/rubocop-rspec.yml
17 changes: 16 additions & 1 deletion .standard.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
extend_config:
- .rubocop.yml

plugins:
- standard-rails

ignore:
- 'storage/**/*'
- 'lib/tasks/deployment/20201005203405_populate_case_contact_contact_type.rake'
- 'db/migrate/2020*.rb'
- 'db/migrate/2021*.rb'
- 'db/migrate/2022*.rb'
- 'db/migrate/2023*.rb'
- 'db/migrate/202405*.rb'
- 'db/migrate/202406*.rb'
- 'lib/tasks/deployment/2020*'
- 'lib/tasks/deployment/2021*'
- 'lib/tasks/deployment/2022*'
- 'lib/tasks/deployment/2023*'
Loading

0 comments on commit 3d86813

Please sign in to comment.