rails-quality-assurance 1.0.3 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 39550e48aa2f479f0887354a97b338355cae13ea7af1aa2dfbe21d89855a25d2
4
- data.tar.gz: b856f8bcb46e0d6eacba7e971fd3eb3003771fe514892c6cb258a9dc2a526142
3
+ metadata.gz: 908ef6567e7a4f26d1464e0f5a80a94bfb356e963f460ba2a492f60cc64616ce
4
+ data.tar.gz: 12de5bcfad0c970deb780284993b33c4e8d07d47a4029ca3a36fd258d64491d6
5
5
  SHA512:
6
- metadata.gz: f47d35d7291a231397084e1be42775d8fed63e663e9427cea53379839607b94afc005ffb03e16b72e2982ffa6fe5fffb5110a428e51088944771244361613d13
7
- data.tar.gz: b31836955b3ce7967ddc01219234937ab1d2256f92bade8fcb36f3d9f6f5bf7984215beb728c3e7d9c19f53e909992d92ce2bc050f7c142762f8c5ac43656b7f
6
+ metadata.gz: ca805e7b75a218a869b4187d5dcad8ad9791e57171a7b4fe4ca5e642c0488f45bdbdb12bf9e3a7a3e2736704a8246a25d39c6d190c2f8d803ab5be86bfe3a4da
7
+ data.tar.gz: 25cba59c02b58abc8d8f85b200196e10e24fa74332f8d9f63822cd4d84ed1503391bae28bb2cd904a66d31e2527ec92c085de0ea24c5c6a28032897ccbbe00ae
@@ -4,15 +4,15 @@
4
4
  CI.run do
5
5
  step 'Setup', 'bin/setup --skip-server'
6
6
 
7
- step 'Style: Ruby', 'bin/rubocop'
8
- step 'Style: Reek', 'bundle exec rake qa:reek'
9
- step 'Style: Flay', 'bundle exec rake qa:flay'
7
+ step 'Style: Ruby', 'bundle exec rubocop'
8
+ step 'Style: Reek', 'bin/rails qa:reek'
9
+ step 'Style: Flay', 'bin/rails qa:flay'
10
10
 
11
- step 'Security: Gem audit', 'bundle exec rake qa:audit'
12
- step 'Security: Brakeman', 'bin/brakeman --quiet --no-pager --exit-on-warn --exit-on-error'
11
+ step 'Security: Gem audit', 'bin/rails qa:audit'
12
+ step 'Security: Brakeman', 'bin/rails qa:brakeman'
13
13
 
14
- step 'Frontend: Biome', 'npm run biome' if File.exist?('biome.json')
15
- step 'Frontend: Stylelint', 'npm run stylelint' if File.exist?('.stylelintrc.json')
14
+ step 'Frontend: Biome', 'bin/rails qa:lint:biome' if File.exist?('biome.json')
15
+ step 'Frontend: Stylelint', 'bin/rails qa:lint:stylelint' if File.exist?('.stylelintrc.json')
16
16
 
17
17
  step 'Tests: RSpec (parallel)', 'bin/rails spec:parallel'
18
18
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RailsQualityAssurance
4
- VERSION = '1.0.3'
4
+ VERSION = '1.0.4'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-quality-assurance
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mauricio Zaffari