Feat/Add a React Native LLaMA demo app for iOS #25970
lint.yml
on: pull_request
lintrunner
/
linux-job
6m 52s
android-java-format
/
linux-job
4m 3s
Annotations
4 errors and 3 warnings
NEWLINE Trailing newline:
pytorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama/main.m#L1
Trailing newline found. Run `lintrunner --take NEWLINE -a` to apply changes.
|
NEWLINE Trailing newline:
pytorch/executorch/examples/demo-apps/react-native/rnllama/ios/LlamaBridge.mm#L1
Trailing newline found. Run `lintrunner --take NEWLINE -a` to apply changes.
|
NEWLINE Trailing newline:
pytorch/executorch/examples/demo-apps/react-native/rnllama/README.md#L1
Trailing newline found. Run `lintrunner --take NEWLINE -a` to apply changes.
|
lintrunner / linux-job
Process completed with exit code 1.
|
CLANGFORMAT command-failed:
pytorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama/AppDelegate.h#L1
COMMAND (exit code 1)
/opt/conda/envs/py_3.10/bin/clang-format -style=file /pytorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama/AppDelegate.h
STDERR
Configuration file(s) do(es) not support Objective-C: /pytorch/executorch/.clang-format
STDOUT
(empty)
|
CLANGFORMAT format:
pytorch/executorch/examples/demo-apps/react-native/rnllama/ios/rnllama/rnllama-Bridging-Header.h#L1
See https://clang.llvm.org/docs/ClangFormat.html.
Run `lintrunner -a` to apply this patch.
|
CLANGFORMAT command-failed:
pytorch/executorch/examples/demo-apps/react-native/rnllama/ios/LlamaBridge.h#L1
COMMAND (exit code 1)
/opt/conda/envs/py_3.10/bin/clang-format -style=file /pytorch/executorch/examples/demo-apps/react-native/rnllama/ios/LlamaBridge.h
STDERR
Configuration file(s) do(es) not support Objective-C: /pytorch/executorch/.clang-format
STDOUT
(empty)
|