pumuki 6.3.367 → 6.3.369
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.
|
@@ -99,6 +99,41 @@ const NON_CODE_RULE_PATTERNS: ReadonlyArray<RegExp> = [
|
|
|
99
99
|
/\boffline[-\s]first\b/,
|
|
100
100
|
/\bretry[-\s]logic\b/,
|
|
101
101
|
/\bsecure[-\s]enclave\b/,
|
|
102
|
+
/\basyncsequence\b/,
|
|
103
|
+
/\basyncstream\b/,
|
|
104
|
+
/\bcopy[-\s]on[-\s]write\b/,
|
|
105
|
+
/\bequatable[-\s]hashable\b/,
|
|
106
|
+
/\bnil[-\s]coalescing\b/,
|
|
107
|
+
/\bnumberformatter\b/,
|
|
108
|
+
/\boperators[-\s]map[-\s]filter[-\s]flatmap\b/,
|
|
109
|
+
/\boptional[-\s]chaining\b/,
|
|
110
|
+
/\bresult[-\s]builders?\b/,
|
|
111
|
+
/\btests?[-\s]isolated\b/,
|
|
112
|
+
/\bexpressive\b.*\bswift[-\s]concurrency\b/,
|
|
113
|
+
/\bnative[-\s]glasseffect\b/,
|
|
114
|
+
/\bglass[-\s]button[-\s]styles?\b/,
|
|
115
|
+
/\bcustom[-\s]view[-\s]modifiers?\b.*\breutilizar\b/,
|
|
116
|
+
/\bdeclarativo\b.*\bui\b/,
|
|
117
|
+
/\bequatable[-\s]views?\b/,
|
|
118
|
+
/\bextensions?\b.*\bagrupar\b.*\bfuncionalidad\b/,
|
|
119
|
+
/\bfactory[-\s]pattern\b/,
|
|
120
|
+
/\bif[-\s]let\b.*\bunwrap\b/,
|
|
121
|
+
/\binmutabilidad\b.*\blet\b.*\bvar\b/,
|
|
122
|
+
/\bmark\b.*\borganizar\b.*\bco[-\s]?digo\b/,
|
|
123
|
+
/\bmemoization\b/,
|
|
124
|
+
/\bmvvm\b.*\b(viewmodel|swiftui|combine)\b/,
|
|
125
|
+
/\bpage[-\s]object[-\s]pattern\b/,
|
|
126
|
+
/\bpreferencekeys?\b/,
|
|
127
|
+
/\bpreferences\b.*\bchild[-\s]parent\b/,
|
|
128
|
+
/\bprotocol[-\s]extensions?\b/,
|
|
129
|
+
/\bprotocols[-\s]over[-\s]inheritance\b/,
|
|
130
|
+
/\bpublished\b.*\bviewmodels?\b.*\bbinding\b/,
|
|
131
|
+
/\bstruct\b.*\bclass\b.*\bidentity\b/,
|
|
132
|
+
/\buse[-\s]cases?\b.*\b[A-Za-z0-9_]*usecase\b/,
|
|
133
|
+
/\bviewmodels?[-\s]por[-\s]pantalla\b/,
|
|
134
|
+
/\bviewmodifiers?[-\s]nativos?\b/,
|
|
135
|
+
/\bviewthatfits\b/,
|
|
136
|
+
/\bviper\b.*\boverkill\b/,
|
|
102
137
|
];
|
|
103
138
|
|
|
104
139
|
const CODE_RULE_WITH_DIRECT_DETECTOR_PATTERNS: ReadonlyArray<RegExp> = [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pumuki",
|
|
3
|
-
"version": "6.3.
|
|
3
|
+
"version": "6.3.369",
|
|
4
4
|
"description": "Enterprise-grade AST Intelligence System with multi-platform support (iOS, Android, Backend, Frontend) and Feature-First + DDD + Clean Architecture enforcement. Includes dynamic violations API for intelligent querying.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|