Skip to content

Commit

Permalink
dev: Exclude generated protobuf files from header check
Browse files Browse the repository at this point in the history
  • Loading branch information
halimi committed Nov 20, 2024
1 parent b1b06a1 commit 0a26f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/mage/header.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
rules:
- include: [.go,.js,.make,Makefile,.styl,.proto]
exclude: [.snap,.json,.yml,.yaml,sql,testdata,third_party,.pb.go]
exclude: [.snap,.json,.yml,.yaml,sql,testdata,third_party,.pb.go,.pb.gw.go,.pb.paths.fm.go,.pb.setters.fm.go,.pb.validate.go]
header:
|
Copyright © 20\d\d The Things Network Foundation, The Things Industries B\.V\.
Expand Down

0 comments on commit 0a26f8d

Please sign in to comment.