Commit 9508676
committed
style: Fix RuboCop lint errors - array spacing and percent literal delimiters
AUTO-FIXED BY RUBOCOP:
- app/services/tech_stack_parser.rb: Add spaces inside array brackets
* blockchain: [ "Rust", "Solidity", "Move" ]
* web: [ "JavaScript", "TypeScript", "HTML", "CSS", "SCSS" ]
* backend: [ "Ruby", "Python", "Go", "Java", "Kotlin", "PHP" ]
* mobile: [ "Swift", "Kotlin", "Dart" ]
* infra: [ "Shell", "Dockerfile", "HCL" ]
* data: [ "Python", "R", "Julia" ]
* systems: [ "C", "C++", "Rust", "Go" ]
- config/initializers/content_security_policy.rb: Change %w() to %w[]
* %w(script-src style-src) → %w[script-src style-src]
RUBOCOP STATUS:
✅ 37 files inspected, 0 offenses detected
✅ All code style checks passing1 parent aacf36a commit 9508676
File tree
2 files changed
+8
-8
lines changed- app/services
- config/initializers
2 files changed
+8
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments