immosquare-cleaner 0.1.72 → 0.1.74
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/lib/immosquare-cleaner/version.rb +1 -1
- data/linters/rubocop-3.4.1.yml +2 -2
- data/linters/rubocop.yml +3 -1
- data/package.json +4 -4
- metadata +2 -3
- data/linters/erb-lint-3.2.6.yml +0 -14
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a43b21f588c94a9f6941555800ab31dbc4f787097a3392b655b53d8012f436ea
|
4
|
+
data.tar.gz: 0a18ee42bc5103c378b021a2112dc925726912f7649d59721dca3a2742eb037c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 45eb6f001588760797136e9d6b970224ceb476f367bc1069591def159b9fa2e86fb6dbb4d6cd2d28652a473c633c3a573eb89d8f8cae02e677a687aac75443e4
|
7
|
+
data.tar.gz: eda9a35666b517c68dc5ff8d0553dfe1a1942556aeb863d648c8cee3a2a6fa3fd0aab30a2136058cd6bec17866e7ecb462da7e3cae07718437647ddde1b78954
|
data/linters/rubocop-3.4.1.yml
CHANGED
@@ -92,6 +92,8 @@ Style/WordArray:
|
|
92
92
|
EnforcedStyle: brackets
|
93
93
|
Style/SymbolArray:
|
94
94
|
EnforcedStyle: brackets
|
95
|
+
Style/RescueModifier:
|
96
|
+
Enabled: false
|
95
97
|
Style/MethodCallWithArgsParentheses:
|
96
98
|
Enabled: true
|
97
99
|
CustomCops/Style/CommentNormalization:
|
@@ -99,8 +101,6 @@ CustomCops/Style/CommentNormalization:
|
|
99
101
|
CustomCops/Style/FontAwesomeNormalization:
|
100
102
|
Enabled: true
|
101
103
|
CustomCops/Style/AlignAssignments:
|
102
|
-
Enabled: true
|
103
|
-
Layout/SpaceAroundOperators:
|
104
104
|
Enabled: false
|
105
105
|
Gemspec/RequireMFA:
|
106
106
|
Enabled: false
|
data/linters/rubocop.yml
CHANGED
@@ -102,6 +102,8 @@ Style/WordArray:
|
|
102
102
|
EnforcedStyle: brackets # Pour formater les arrays de la forme ["a", "b", "c] et pas %w[a b c]
|
103
103
|
Style/SymbolArray:
|
104
104
|
EnforcedStyle: brackets # Pour formater les arrays de la forme [:a, :b, :c] et pas %i[a b c]
|
105
|
+
Style/RescueModifier:
|
106
|
+
Enabled: false # On veut pouvoir utiliser rescue modifier inline (some_method rescue SomeException)
|
105
107
|
|
106
108
|
#################### OVERWRITE ###########################
|
107
109
|
Style/MethodCallWithArgsParentheses:
|
@@ -115,7 +117,7 @@ CustomCops/Style/FontAwesomeNormalization:
|
|
115
117
|
Enabled: true # On veut forcer l'utilisation du nom complet de la font awesome
|
116
118
|
|
117
119
|
CustomCops/Style/AlignAssignments:
|
118
|
-
Enabled:
|
120
|
+
Enabled: false # On veut forcer l'alignement des assignations consécutives
|
119
121
|
|
120
122
|
#################### GEM ###########################
|
121
123
|
Gemspec/RequireMFA:
|
data/package.json
CHANGED
@@ -2,14 +2,14 @@
|
|
2
2
|
"name": "immosquare-cleaner",
|
3
3
|
"private": true,
|
4
4
|
"dependencies": {
|
5
|
-
"@eslint/js": "^9.
|
6
|
-
"eslint": "^9.
|
5
|
+
"@eslint/js": "^9.31.0",
|
6
|
+
"eslint": "^9.31.0",
|
7
7
|
"eslint-plugin-align-assignments": "^1.1.2",
|
8
8
|
"eslint-plugin-align-import": "^1.0.0",
|
9
9
|
"eslint-plugin-erb": "^2.1.1",
|
10
10
|
"eslint-plugin-prefer-arrow": "^1.2.3",
|
11
|
-
"eslint-plugin-sonarjs": "^3.0.
|
12
|
-
"prettier": "^3.6.
|
11
|
+
"eslint-plugin-sonarjs": "^3.0.4",
|
12
|
+
"prettier": "^3.6.2"
|
13
13
|
},
|
14
14
|
"scripts": {"morning": "bundle update && bundle clean --force && bun update && bundle exec immosquare-cleaner 'package.json'"}
|
15
15
|
}
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: immosquare-cleaner
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.74
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- immosquare
|
@@ -146,7 +146,6 @@ files:
|
|
146
146
|
- lib/immosquare-cleaner/railtie.rb
|
147
147
|
- lib/immosquare-cleaner/version.rb
|
148
148
|
- lib/tasks/immosquare_cleaner.rake
|
149
|
-
- linters/erb-lint-3.2.6.yml
|
150
149
|
- linters/erb-lint-3.4.1.yml
|
151
150
|
- linters/erb-lint.yml
|
152
151
|
- linters/eslint.config.mjs
|
@@ -177,7 +176,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
177
176
|
- !ruby/object:Gem::Version
|
178
177
|
version: '0'
|
179
178
|
requirements: []
|
180
|
-
rubygems_version: 3.7.
|
179
|
+
rubygems_version: 3.7.1
|
181
180
|
specification_version: 4
|
182
181
|
summary: A gem to lint and organize files in a Rails application.
|
183
182
|
test_files: []
|
data/linters/erb-lint-3.2.6.yml
DELETED
@@ -1,14 +0,0 @@
|
|
1
|
-
---
|
2
|
-
EnableDefaultLinters: true
|
3
|
-
linters:
|
4
|
-
NoJavascriptTagHelper:
|
5
|
-
enabled: false
|
6
|
-
SpaceInHtmlTag:
|
7
|
-
enabled: false
|
8
|
-
Rubocop:
|
9
|
-
enabled: true
|
10
|
-
rubocop_config:
|
11
|
-
inherit_from:
|
12
|
-
- linters/rubocop-3.2.6.yml
|
13
|
-
Layout/TrailingWhitespace:
|
14
|
-
Enabled: false
|