-
Notifications
You must be signed in to change notification settings - Fork 421
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
Fix: Buildifier cannot find .buildifier-tables.json
when run from a subdirectory
#1312
base: main
Are you sure you want to change the base?
Conversation
…ables 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.
Does anyone know how to get tests logs from macOS into account the error below?
|
Buildifier
cannot find .buildifier-tables.json
when run from a subdirectory within the workspace..buildifier-tables.json
when run from a subdirectory
Ok ,the issue was related to the |
@vladmos can you please review it? |
Fix the issue where Buildifier fails to locate the
.buildifier-tables.json
file when specifying a relative path in theAddTables
configuration and running Buildifier from subdirectories within the workspace. Adding thefindTablesPath
function similar to theFindConfigPath
to search for.buildifier-tables.json
.Fix #1311