You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plan is to support a single configuration file for the file scanning process. Multiple/Nested configuration files like in SwiftLint (Reference) is not planned.
The text was updated successfully, but these errors were encountered:
being able to include/exclude files (wildcards supported)
being able to include/exclude elements by name (wildcard supported)
being able to limit elements and members bases on their access level
being able to hide extensions
being able to hide member access level attribute
being able to configure styles and skin parameter
being able to include external PUML files (theming)
✅ Closes: #9, #10, #12
being able to include/exclude files (wildcards supported)
being able to include/exclude elements by name (wildcard supported)
being able to limit elements and members bases on their access level
being able to hide extensions
being able to hide member access level attribute
being able to configure styles and skin parameter
being able to include external PUML files (theming)
✅ Closes: #9, #10, #12
Configure generation of PlantUML script and with a configuration file (
.yml
) .Example:
The plan is to support a single configuration file for the file scanning process. Multiple/Nested configuration files like in
SwiftLint
(Reference) is not planned.The text was updated successfully, but these errors were encountered: