Skip to content

Commit

Permalink
Add codeowners to this repo (#255)
Browse files Browse the repository at this point in the history
* Add codeowners to this repo

* Exlude CODEOWNER file from licence check
  • Loading branch information
tommystendahl authored Nov 16, 2023
1 parent 17b6e28 commit 551c007
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @Ericsson/c2t-codeowner
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ limitations under the License.
<strictCheck>true</strictCheck>
<failIfUnknown>true</failIfUnknown>
<excludes>
<exclude>CODEOWNERS</exclude>
<exclude>LICENSE</exclude>
<exclude>NOTICE</exclude>
<exclude>.github/**</exclude>
Expand Down

0 comments on commit 551c007

Please sign in to comment.