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
Fix: Buildifier cannot find .buildifier-tables.json when run from a subdirectory (#1312)
* Fix: Resolve Relative Path Issues for .buildifier-tables.json in AddTables Configuration
This commit addresses an issue where Buildifier fails to locate the .buildifier-tables.json file when specifying a relative path in the AddTables configuration and running Buildifier from subdirectories within the workspace.
* Fix TestFindTablePath: wrong tmp path, removing, result comparing
* Refactoring: minor fix test style
* Small code improvements
* Fix macOs test failuer: On MacOS '/tmp' is a symlink to '/private/tmp'
0 commit comments