Skip to content

Commit 064fbd6

Browse files
Merge pull request #10 from yimingyinqwqq/feat/json-handler
ci: fix copyright and clippy check
2 parents dc0a507 + f8f1a46 commit 064fbd6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
// Copyright Kani Contributors
22
// SPDX-License-Identifier: Apache-2.0 OR MIT
33

4-
/// Tests for the frontend module
5-
/// This module contains tests for the schema_utils module
6-
/// and the json_handler module
4+
//! Tests for the frontend module
5+
//! This module contains tests for the schema_utils module
6+
//! and the json_handler module
77
88
#[cfg(test)]
99
mod schema_utils_test;

scripts/ci/copyright-exclude

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.clang-format
22
.diff
33
.ico
4+
.json
45
.md
56
.png
67
.props

0 commit comments

Comments
 (0)