Skip to content

Commit

Permalink
codeowners: Fix format
Browse files Browse the repository at this point in the history
Fixes the format of the CODEOWNERS file by putting slashes on the
end of directories. Also add the missed top level zephyr directory
to the list

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
  • Loading branch information
nordicjm committed Nov 11, 2024
1 parent a03c95f commit 4a4bce7
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
boot/boot_serial @nordicjm @de-nordic
boot/bootutil @davidvincze
boot/cypress @romanjoe
boot/espressif @almir-okato
boot/mynewt @kasjer
boot/nuttx @michallenc
boot/zcbor @nordicjm @de-nordic
boot/zephyr @nordicjm @de-nordic
boot/boot_serial/ @nordicjm @de-nordic
boot/bootutil/ @davidvincze
boot/cypress/ @romanjoe
boot/espressif/ @almir-okato
boot/mynewt/ @kasjer
boot/nuttx/ @michallenc
boot/zcbor/ @nordicjm @de-nordic
boot/zephyr/ @nordicjm @de-nordic
zephyr/ @nordicjm @de-nordic
* @d3zd3z

0 comments on commit 4a4bce7

Please sign in to comment.