lib/tapioca/commands/annotations.rb in tapioca-0.10.5 vs lib/tapioca/commands/annotations.rb in tapioca-0.11.0
- old
+ new
@@ -187,9 +187,11 @@
nil
end
sig { params(name: String, content: String).returns(String) }
def add_header(name, content)
+ # WARNING: Changing this header could impact how GitHub determines if the file should be hidden:
+ # https://github.com/github/linguist/pull/6143
header = <<~COMMENT
# DO NOT EDIT MANUALLY
# This file was pulled from a central RBI files repository.
# Please run `#{default_command(:annotations)}` to update it.
COMMENT