Skip to content

Commit 8a643f2

Browse files
committed
Suppress beman-tidy copyright check on vendored stl_interfaces headers
The vendored Boost stl_interfaces headers carry an upstream copyright notice required by the Boost Software License, which trips beman-tidy's file.copyright check. Ignore that directory in .beman-tidy.yaml, matching how bemanproject/iterator_interface (the upstream source of this vendored code) handles the same check.
1 parent 07bce97 commit 8a643f2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.beman-tidy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ ignored_paths:
77
- .venv/
88
- infra/
99
- papers/
10+
- include/beman/optional/detail/stl_interfaces/

0 commit comments

Comments
 (0)