diff --git a/.coderabbitai.yaml b/.coderabbitai.yaml index 63c3ccb..c6e9c57 100644 --- a/.coderabbitai.yaml +++ b/.coderabbitai.yaml @@ -1,6 +1,5 @@ # SPDX-License-Identifier: LicenseRef-DCL-1.0 # SPDX-FileCopyrightText: Copyright (c) 2020 Rain Open Source Software Ltd - reviews: path_filters: - "!audit/**" diff --git a/REUSE.toml b/REUSE.toml index e24eac7..e85bffb 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -2,21 +2,21 @@ version = 1 [[annotations]] path = [ - ".gas-snapshot", - ".github/workflows/**/", - ".vscode/**/", - ".coderabbitai.yaml", - ".gitignore", - "audit/**/", - "CLAUDE.md", - "README.md", - "flake.lock", - "flake.nix", - "foundry.toml", - "slither.config.json", - "REUSE.toml", - "soldeer.lock", - ".soldeerignore", + ".gas-snapshot", + ".github/workflows/**/", + ".vscode/**/", + ".coderabbitai.yaml", + ".gitignore", + "audit/**/", + "CLAUDE.md", + "README.md", + "flake.lock", + "flake.nix", + "foundry.toml", + "slither.config.json", + "REUSE.toml", + "soldeer.lock", + ".soldeerignore", ] SPDX-FileCopyrightText = "Copyright (c) 2020 Rain Open Source Software Ltd" SPDX-License-Identifier = "LicenseRef-DCL-1.0"