lifen-ruby-style 1.1.2 → 1.2.0
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 +4 -4
- data/.github/CODEOWNERS +1 -1
- data/README.md +3 -3
- data/default_rubocop.yml +2039 -68
- data/lib/lifen/ruby_style/version.rb +1 -1
- data/style_guide.md +0 -675
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a5e73dbe0e2f9f48dc0d8142523230a05cc52488218c7163a309c2e4d115e492
|
|
4
|
+
data.tar.gz: 5af0c533e7ad06ad86952a9ddb6b0012015422dfdbe818927ed1a49be641f11a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d4e2843f818d17b7996904c19702c63cd7a968f4e3a7434e8b7935504af982c7e0d34e65ce7cd7519ef8672673fc90cd5a7e5389d416f89a7f4ee327cb418963
|
|
7
|
+
data.tar.gz: 98b91976dc2af6718efca09f99625c27d634f179022558541dc41cbec60fef406fb7faa275ef25f053897b16603fd0ac6cce0ea01bd1d58f9455c9931a1297ee
|
data/.github/CODEOWNERS
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
* @EtienneDepaulis @rouaneta
|
|
1
|
+
* @EtienneDepaulis @rouaneta @r3trofitted
|
data/README.md
CHANGED
|
@@ -376,9 +376,9 @@ Suivre les instructions du [guide de release](RELEASING.md).
|
|
|
376
376
|
|
|
377
377
|
## TODO
|
|
378
378
|
|
|
379
|
-
- [ ]
|
|
380
|
-
- [ ]
|
|
381
|
-
- [ ] Ajouter
|
|
379
|
+
- [ ] Prendre ce qu'il y a de pertinent dans le style_guide pour le mettre dans le guide de contribution Rails (Notion)
|
|
380
|
+
- [ ] Dans le style_guide, mettre un lien vers le guide de contribution Rails (Notion).
|
|
381
|
+
- [ ] Ajouter lien vers la config rubocop-daemon pour les utilisateurs de VSCode
|
|
382
382
|
- [ ] Ajouter `fasterer` si pertinent
|
|
383
383
|
- [ ] Ajouter `reek` si pertinent
|
|
384
384
|
- [ ] Ajouter `slim_lint` si pertinent
|