Skip to content
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

DAOS-15677 cq: add copyright GHA #15552

Merged
merged 7 commits into from
Dec 11, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add lineno
Skip-build: true

Signed-off-by: Dalton Bohning <[email protected]>
daltonbohning committed Dec 3, 2024
commit 41122065d289694d9c9800b7f4b2c07bdcd2e50c
3 changes: 2 additions & 1 deletion utils/cq/check_update_copyright.sh
Original file line number Diff line number Diff line change
@@ -100,7 +100,8 @@ for file in $files; do
fi
elif [[ "$mode" == "gha" ]]; then
# Print error but do not update
echo "::error file=$file::Copyright out of date"
lineno="$(grep -nE "$regex" "$file" | cut -f1 -d:)"
echo "::error file=$file,line=$lineno::Copyright out of date"
errors=$((errors + 1))
fi
fi

Unchanged files with check annotations Beta

/**
* (C) Copyright 2018-2021 Lei Huang.
* (C) Copyright 2023 Intel Corporation.

Check failure on line 3 in src/client/dfuse/pil4dfs/hook_int.h

GitHub Actions / Copyright check

Copyright out of date
*
* SPDX-License-Identifier: BSD-2-Clause-Patent
*/