Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add rails_data_schema #196

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ gem 'pronto-bundler_audit', require: false
gem 'pronto-eslint_npm', require: false
gem 'pronto-rails_best_practices', require: false
gem 'pronto-rails_schema', require: false
gem 'pronto-rails_data_schema', require: false
# gem 'pronto-poper', require: false
gem 'pronto-yamllint', require: false
gem 'pronto-reek', require: false
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ GEM
pronto-rails_best_practices (0.11.0)
pronto (~> 0.11.0)
rails_best_practices (~> 1.16, >= 1.15.0)
pronto-rails_data_schema (0.2.0)
pronto (~> 0.11.0)
pronto-rails_schema (0.11.0)
pronto (>= 0.10, < 0.12)
pronto-reek (0.11.0)
Expand Down Expand Up @@ -249,6 +251,7 @@ DEPENDENCIES
pronto-fasterer
pronto-flay
pronto-rails_best_practices
pronto-rails_data_schema
pronto-rails_schema
pronto-reek
pronto-rubocop
Expand Down