File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- import ' ../misc/just/ lib.just'
1+ import ' ../lib.just'
22
33build : (_build " java" )
Original file line number Diff line number Diff line change 1- import " ../../misc/just/ lib.just"
1+ import " ../../lib.just"
22
33[no-cd ]
44format * ARGS = " .": (_ql_format ARGS)
Original file line number Diff line number Diff line change 1+ import " misc/just/lib.just"
Original file line number Diff line number Diff line change 1- import ' ../misc/just/ lib.just'
1+ import ' ../lib.just'
22
33install : (_bazel " run" " @codeql//rust:install" )
44
Original file line number Diff line number Diff line change 1- import " ../../misc/just/ lib.just"
1+ import " ../../lib.just"
22
33[no-cd ]
44format * ARGS = " .": (_ql_format ARGS)
Original file line number Diff line number Diff line change 1- import ' ../misc/just/ lib.just'
1+ import ' ../lib.just'
22
33install : (_bazel " run" " @codeql//swift:install" )
44
@@ -12,4 +12,3 @@ generate: (_bazel "run" "@codeql//swift/codegen")
1212 fi
1313
1414format ARGS = " .": _check_clang_format (_run " clang-format" " -i" (" $(find " + ARGS + " -type f -name '*.h' -or -name '*.cpp')" ))
15-
Original file line number Diff line number Diff line change 1- import " ../../../misc/just/ lib.just"
1+ import " ../../../lib.just"
22
33
44[no-cd ]
Original file line number Diff line number Diff line change 1- import " ../../misc/just/ lib.just"
1+ import " ../../lib.just"
22
33[no-cd ]
44format * ARGS = " .": (_ql_format ARGS)
You can’t perform that action at this time.
0 commit comments