ZekiLiu commented on PR #829:
URL: 
https://github.com/apache/incubator-graphar/pull/829#issuecomment-3767083433

   Map go.* and go.mod to use the double-slash (//) comment style for proper 
header injection.
   
   Reference: 
[apache/fory/licenserc.toml](https://github.com/apache/fory/blob/main/licenserc.toml#L62)
   
   And verify these changes locally using Docker with the following command
   ```bash
   docker run --rm \
     -v "$PWD:/github/workspace" \
     -w /github/workspace \
     -e "GITHUB_WORKSPACE=/github/workspace" \
     -e "CI=true" \
     ghcr.io/korandoru/hawkeye-native:v4.0.5 \
     check --config licenserc.toml
   ```
   
   Result:
   ```
   [main] WARN io.korandoru.hawkeye.command.HawkEyeCommandCheck - Processing 
unknown files: [/github/workspace/cpp/Doxyfile, 
/github/workspace/cpp/.clang-format, /github/workspace/python/.clang-format, 
/github/workspace/maven-projects/java/cmake/graphar-cpp.cmake, 
/github/workspace/.devcontainer/Makefile, 
/github/workspace/dev/release/conda_env_scala.txt, 
/github/workspace/dev/release/conda_env_cpp.txt, 
/github/workspace/cpp/graphar-config.in.cmake, 
/github/workspace/pyspark/template/module.html.jinja2, 
/github/workspace/go/Makefile, /github/workspace/cpp/cmake/apache-arrow.cmake, 
/github/workspace/cpp/Brewfile, /github/workspace/pyspark/Makefile, 
/github/workspace/cpp/graphar-config-version.in.cmake, 
/github/workspace/python/Makefile, /github/workspace/python/poetry.lock]
   [main] INFO io.korandoru.hawkeye.command.HawkEyeCommandCheck - No missing 
header file has been found.
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to