|
2 | 2 | ┌ src/entities/user/api/getUser.ts
|
3 | 3 | ✘ Forbidden import from higher layer "app".
|
4 | 4 | │
|
5 |
| -└ fsd/forbidden-imports (https://github.com/feature-sliced/steiger/tree/master/packages/steiger-plugin-fsd/src/forbidden-imports) |
| 5 | +└ fsd/forbidden-imports: https://github.com/feature-sliced/steiger/tree/master/packages/steiger-plugin-fsd/src/forbidden-imports |
6 | 6 |
|
7 | 7 | ┌ src/entities
|
8 | 8 | ✘ Inconsistent pluralization of slice names. Prefer all plural names
|
9 | 9 | ✔ Auto-fixable
|
10 | 10 | │
|
11 |
| -└ fsd/inconsistent-naming (https://github.com/feature-sliced/steiger/tree/master/packages/steiger-plugin-fsd/src/inconsistent-naming) |
| 11 | +└ fsd/inconsistent-naming: https://github.com/feature-sliced/steiger/tree/master/packages/steiger-plugin-fsd/src/inconsistent-naming |
12 | 12 |
|
13 | 13 | ┌ src/entities/user
|
14 | 14 | ✘ This slice has no references. Consider removing it.
|
15 | 15 | │
|
16 |
| -└ fsd/insignificant-slice (https://github.com/feature-sliced/steiger/tree/master/packages/steiger-plugin-fsd/src/insignificant-slice) |
| 16 | +└ fsd/insignificant-slice: https://github.com/feature-sliced/steiger/tree/master/packages/steiger-plugin-fsd/src/insignificant-slice |
17 | 17 |
|
18 | 18 | ┌ src/entities/users
|
19 | 19 | ✘ This slice has no references. Consider removing it.
|
20 | 20 | │
|
21 |
| -└ fsd/insignificant-slice (https://github.com/feature-sliced/steiger/tree/master/packages/steiger-plugin-fsd/src/insignificant-slice) |
| 21 | +└ fsd/insignificant-slice: https://github.com/feature-sliced/steiger/tree/master/packages/steiger-plugin-fsd/src/insignificant-slice |
22 | 22 |
|
23 | 23 | ┌ src/entities/user/api/getUser.ts
|
24 | 24 | ✘ Forbidden sidestep of public API when importing from "@/app/ui/App".
|
25 | 25 | │
|
26 |
| -└ fsd/no-public-api-sidestep (https://github.com/feature-sliced/steiger/tree/master/packages/steiger-plugin-fsd/src/no-public-api-sidestep) |
| 26 | +└ fsd/no-public-api-sidestep: https://github.com/feature-sliced/steiger/tree/master/packages/steiger-plugin-fsd/src/no-public-api-sidestep |
27 | 27 |
|
28 | 28 | ┌ src/entities/user/ui/api
|
29 | 29 | ✘ Having a folder with the name "api" inside a segment could be confusing because that name is commonly used for segments. Consider renaming it.
|
30 | 30 | │
|
31 |
| -└ fsd/no-reserved-folder-names (https://github.com/feature-sliced/steiger/tree/master/packages/steiger-plugin-fsd/src/no-reserved-folder-names) |
| 31 | +└ fsd/no-reserved-folder-names: https://github.com/feature-sliced/steiger/tree/master/packages/steiger-plugin-fsd/src/no-reserved-folder-names |
32 | 32 |
|
33 | 33 | ┌ src/app/ui
|
34 | 34 | ✘ Layer "app" should not have "ui" segment.
|
35 | 35 | │
|
36 |
| -└ fsd/no-ui-in-app (https://github.com/feature-sliced/steiger/tree/master/packages/steiger-plugin-fsd/src/no-ui-in-app) |
| 36 | +└ fsd/no-ui-in-app: https://github.com/feature-sliced/steiger/tree/master/packages/steiger-plugin-fsd/src/no-ui-in-app |
37 | 37 |
|
38 | 38 | ┌ src/processes
|
39 | 39 | ✘ Layer "processes" is deprecated, avoid using it
|
40 | 40 | │
|
41 |
| -└ fsd/no-processes (https://github.com/feature-sliced/steiger/tree/master/packages/steiger-plugin-fsd/src/no-processes) |
| 41 | +└ fsd/no-processes: https://github.com/feature-sliced/steiger/tree/master/packages/steiger-plugin-fsd/src/no-processes |
42 | 42 |
|
43 | 43 | ────────────────────────────────────────────────────────
|
44 | 44 | Found 8 errors (1 can be fixed automatically with --fix)
|
|
0 commit comments