Skip to content

Commit

Permalink
[GR-59964] Fix checkcopyright in sulong style gate.
Browse files Browse the repository at this point in the history
PullRequest: graal/19376
  • Loading branch information
rschatz committed Nov 22, 2024
2 parents c6ebfd2 + 4d49908 commit 8d40eb2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions sulong/ci/ci.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ local sc = (import "ci_common/sulong-common.jsonnet");
] else []) + (if style then [
"<graal>/.clang-format",
"<graal>/pyproject.toml",
# `mx checkcopyrights` doesn't work if `.gitignore` doesn't exist
"<graal>/.gitignore",
] else []),
},
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2020, 2022, Oracle and/or its affiliates.
* Copyright (c) 2020, 2024, Oracle and/or its affiliates.
*
* All rights reserved.
*
Expand Down

0 comments on commit 8d40eb2

Please sign in to comment.