google / addlicense

A program which ensures source code files have copyright license headers by scanning directory patterns recursively
Apache License 2.0
716 stars 169 forks source link

Added .pl to the list of supported files #98

Closed cboneti closed 2 years ago

cboneti commented 2 years ago

Includes support for Perl (.pl) file, treated in the same way as shell scripts.

codecov-commenter commented 2 years ago

Codecov Report

Merging #98 (2950e83) into master (d1984d0) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #98   +/-   ##
=======================================
  Coverage   47.56%   47.56%           
=======================================
  Files           2        2           
  Lines         246      246           
=======================================
  Hits          117      117           
  Misses        122      122           
  Partials        7        7           
Impacted Files Coverage Δ
main.go 40.19% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d1984d0...2950e83. Read the comment docs.

willnorris commented 2 years ago

Thanks!