rails-quality-assurance 1.3.0 → 1.3.1
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e5d3aff2609767e18b4fafd06836c4b80449430f803fdcb33341502d100e86af
|
|
4
|
+
data.tar.gz: 66ac48b55b9019174df51024490940062d1f8d9a9f2ad437132dac6e2cb7baaa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 662d3195065986d9459b1d6c32083ed0939b098dfbdc95a4e926c89255645aa389ef625b8654660001077bc39bd5af620a411bf06805232e4554ee4e4cfb7ef6
|
|
7
|
+
data.tar.gz: 3137af9575ae65157f7c2886e80b6f497907586087ea9aa81ce3f27aaa7cd68fe3efc71bbecf7366a0b754cc88000babb9bfe4ae7d1f772c44b1f5314f6857da
|
|
@@ -2,7 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
# Run using bin/ci
|
|
4
4
|
CI.run do
|
|
5
|
-
|
|
5
|
+
# CI provisions its own services and the parallel spec tasks build the test
|
|
6
|
+
# databases, so bin/setup (db:prepare + seeds) runs only for local runs.
|
|
7
|
+
step 'Setup', 'bin/setup --skip-server' unless ENV['CI']
|
|
6
8
|
|
|
7
9
|
step 'Style: Ruby', 'bundle exec rubocop'
|
|
8
10
|
step 'Style: Reek', 'bin/rails qa:reek'
|