Skip to content

Commit 96866df

Browse files
committed
availability: add OWNERS file for availability package, remove stale views/OWNERS entry
The old per-file rule in cmk/gui/views/OWNERS pointed to the monolithic availability.py which no longer exists. Add a proper OWNERS file to the new cmk/gui/availability/ package directory instead. Change-Id: I2a164f0e19034032c20c08ac56331e7a8b7431a2
1 parent 4134b9e commit 96866df

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

cmk/gui/availability/OWNERS

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
set noparent # don't inherit owners information from parent folders
2+
3+
file:/component_owners/availability_and_sla/OWNERS_DEFINITION
4+
5+
# Please
6+
# - don't add individual owners here but provide a reference to an OWNERS_DEFINITION file instead
7+
# - consider a `per-file <PATH>=set noparent` line for each `per-file` rule
8+
#
9+
# Find information about code-owners (+ find-owners syntax) here:
10+
# - https://android-review.googlesource.com/plugins/code-owners/Documentation/backend-find-owners-cookbook.html
11+
# - https://android-review.googlesource.com/plugins/code-owners/Documentation/backend-find-owners.html#syntax

cmk/gui/views/OWNERS

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ set noparent # don't inherit owners information from parent folders
22

33
file:/component_owners/ui_monitoring/OWNERS_DEFINITION
44

5-
per-file availability.py=set noparent
6-
per-file availability.py=file:/component_owners/availability_and_sla/OWNERS_DEFINITION
7-
85
# Please
96
# - don't add individual owners here but provide a reference to an OWNERS_DEFINITION file instead
107
# - consider a `per-file <PATH>=set noparent` line for each `per-file` rule

0 commit comments

Comments
 (0)