This is an automated email from the ASF dual-hosted git repository.
martin-g pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro-rs.git
The following commit(s) were added to refs/heads/main by this push:
new d1986f4 chore: migrate HawkEye to v7 (#633)
d1986f4 is described below
commit d1986f42c442ba18b9e4e8dcad8dbf3ed791ab03
Author: tison <[email protected]>
AuthorDate: Sun Aug 23 18:46:03 2026 +0800
chore: migrate HawkEye to v7 (#633)
---
.activate.sh | 1 -
.deactivate.sh | 1 -
.github/workflows/test-lang-rust-ci.yml | 2 +-
build.sh | 1 -
licenserc.toml | 13 +++++++++++--
5 files changed, 12 insertions(+), 6 deletions(-)
diff --git a/.activate.sh b/.activate.sh
index 9ff85b2..ea0f25c 100644
--- a/.activate.sh
+++ b/.activate.sh
@@ -1,5 +1,4 @@
#!/bin/bash
-
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
diff --git a/.deactivate.sh b/.deactivate.sh
index 1b80d59..9c6bf0b 100644
--- a/.deactivate.sh
+++ b/.deactivate.sh
@@ -1,5 +1,4 @@
#!/bin/bash
-
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
diff --git a/.github/workflows/test-lang-rust-ci.yml
b/.github/workflows/test-lang-rust-ci.yml
index 2d2afb1..4befb62 100644
--- a/.github/workflows/test-lang-rust-ci.yml
+++ b/.github/workflows/test-lang-rust-ci.yml
@@ -40,7 +40,7 @@ jobs:
steps:
- uses: taiki-e/install-action@7f4eb899022d8fe70b20c4f3de697aa85c309026
# v2.85.11
with:
- tool: [email protected]
+ tool: hawkeye
- name: Checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 #
v7.0.1
with:
diff --git a/build.sh b/build.sh
index 8b729a9..4b7a92c 100755
--- a/build.sh
+++ b/build.sh
@@ -1,5 +1,4 @@
#!/usr/bin/env bash
-#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
diff --git a/licenserc.toml b/licenserc.toml
index 30c52e6..31260db 100644
--- a/licenserc.toml
+++ b/licenserc.toml
@@ -15,13 +15,22 @@
# specific language governing permissions and limitations
# under the License.
-headerPath = "Apache-2.0-ASF.txt"
+[header]
+builtin = "Apache-2.0-ASF"
+
+[files]
excludes = [
"*.stderr",
"*.expanded.rs",
"*.avro",
+ "**/*.lock",
+ "**/*.md",
+ "**/.gitignore",
+ "**/LICENSE",
+ # rustfmt removes the separator that HawkEye writes after this header-only
placeholder.
+ "wasm-demo/src/lib.rs",
"NOTICE",
"README.tpl",
".requirements-precommit.txt",
- "*.proptest-regressions"
+ "*.proptest-regressions",
]