-
-
Notifications
You must be signed in to change notification settings - Fork 419
feat: Add a new disableFilePath flag #1585
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add a new disableFilePath flag #1585
Conversation
The purpose of this feature flag is to allow documenting packages without source code for final consumers. - Introduced a new command-line option `--disableFilePath` to prevent the inclusion of file paths in generated documentation. - Updated relevant configuration and application logic to handle this new option. - Enhanced tests to verify the functionality of the new flag across various documentation types (components, modules, directives, etc.).
@vogloblinsky Could you take a look to this PR, please? |
@vogloblinsky I have reverted the fixes for the linter. Is there anything else I can do to help you moving this PR forward? |
@vogloblinsky Is there anything else I can do to help you moving this PR forward? |
Hi 👋 ,@vogloblinsky. It looks like this PR is waiting for a workflow approval in order for the remaining checks to run. Could you please approve it when you have a moment? That way I’ll be able to confirm if everything passes or if additional manual changes are needed. Thanks a lot for your help! 🙏 |
@vogloblinsky I have fixed the conflicts but I see now an error on running the Sonar checks in ubuntu-latest. Can you help me to understand how to overcome this issue? Is it something I can do to fix that? |
@tcorral jst an issue with the token, not a blocking issue. |
The purpose of this feature flag is to allow documenting packages without showing source code file path for final consumers, this is specially relevant when the package doesn't contain any source code.
--disableFilePath
to prevent the inclusion of file paths in generated documentation.