feature-sliced / steiger

Universal file structure and project architecture linter
https://www.npmjs.com/package/steiger
MIT License
48 stars 3 forks source link

Add app layer to exceptions of no-layer-public-api rule #57

Closed daniilsapa closed 1 month ago

daniilsapa commented 1 month ago

Resolves #55

daniilsapa commented 1 month ago

@illright Could you tell me how I can test Steiger locally? How do you usually do that? I tried to run turbo build and then run dist/cli.js file but got an error.

illright commented 1 month ago

Weird, what error did you get?

daniilsapa commented 1 month ago

The error occurs when you try to specify a folder that is outside the working folder. This is true for both local and distributed app builds.

Here's what it looks like

Screenshot 2024-07-17 at 16 23 09
daniilsapa commented 1 month ago

You're welcome. Yes, I created an issue for that error