Skip to content

Misaligned formatting of output from Docker container #634

@karlhorky

Description

@karlhorky

Indentation and formatting of output doesn't look aligned, when Preflight is run from the Docker container:

[FAILED] Unused dependencies found:
[FAILED]         * @fortawesome/fontawesome-svg-core
[FAILED] * @fortawesome/free-solid-svg-icons
[FAILED] * @fortawesome/react-fontawesome
[FAILED] * @svgr/webpack
[FAILED] * @tailwindcss/postcss
[FAILED] * esbuild-register

[FAILED]         Remove these dependencies by running the following command for each dependency:

[FAILED]         ‎  $ pnpm remove <dependency name here>
[COMPLETED] No dependency problems
[STARTED] Preflight is latest version
[COMPLETED] Stylelint config is latest versio

Potentially related to the whitespace at the start of the lines in the template string:

Remove these dependencies by running the following command for each dependency:
${commandExample('pnpm remove <dependency name here>')}

Check how this looks also in the TTY version of Preflight

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions