-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
CFFormat is lacking support for boxlang file extensions .bxs and .bx.
cfformat run bifs/**/*.bx,tests/specs/**/*.bx,Build.bx,components/*.bx,interceptors/**/*.bx --overwrite
bifs//*.bx,tests/specs//.bx,Build.bx,components/.bx,interceptors/**/*.bx is not a valid file or directory.
To fix this, we need to add .bx and .bxs file extension handling in CFFormatUtils.cfc:
resolveFormatPath()- https://github.com/jcberquist/commandbox-cfformat/blob/master/models/CFFormatUtils.cfc#L34resolveFilePaths()- https://github.com/jcberquist/commandbox-cfformat/blob/master/models/CFFormatUtils.cfc#L45-L65
Unsure where else. :)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels