Skip to content

Commit

Permalink
Merge pull request #11 from mbajur/patch-1
Browse files Browse the repository at this point in the history
Add rails_data_schema check
  • Loading branch information
jbielick authored Mar 22, 2020
2 parents 5b435fc + 061d46e commit b222694
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ gem 'pronto-brakeman', '~> 0.10'
gem 'pronto-bundler_audit', '~> 0.6'
gem 'pronto-rails_best_practices', '~> 0.10'
gem 'pronto-rails_schema', '~> 0.10'
gem 'pronto-rails_data_schema', '~> 0.1'
gem 'pronto-poper', '~> 0.10 '
gem 'pronto-yamllint', '~> 0.1'
gem 'pronto-reek', '~> 0.10'
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ GEM
pronto-rails_best_practices (0.10.0)
pronto (~> 0.10.0)
rails_best_practices (~> 1.16, >= 1.15.0)
pronto-rails_data_schema (0.1.0)
pronto (~> 0.10.0)
pronto-rails_schema (0.10.0)
pronto (~> 0.10.0)
pronto-reek (0.10.0)
Expand Down Expand Up @@ -261,6 +263,7 @@ DEPENDENCIES
pronto-flay (~> 0.10)
pronto-poper (~> 0.10)
pronto-rails_best_practices (~> 0.10)
pronto-rails_data_schema (~> 0.1)
pronto-rails_schema (~> 0.10)
pronto-reek (~> 0.10)
pronto-rubocop (~> 0.10)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ The docker image of this Action includes the following [Pronto Runners](https://
- poper
- rails_best_practices
- rails_schema
- rails_data_schema
- reek
- rubocop
- scss
Expand Down

0 comments on commit b222694

Please sign in to comment.