Skip to content

Commit b051c41

Browse files
committed
Soft-wrap hard-wrapped comments in models/file_reference.rb
Use a longer line length and prefer semantic line breaks to hard-wraps. See #342 (comment)
1 parent 8c2afdb commit b051c41

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

lib/fastlane/plugin/wpmreleasetoolkit/models/file_reference.rb

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,9 @@ def update
4040
end
4141

4242
# "Applies" the instruction described in the instance to the file system.
43-
# That is, copies the content of the source `file` to the `destination`
44-
# path.
43+
# That is, copies the content of the source `file` to the `destination` path.
4544
#
46-
# @raise [StandardError] For security reasons, it will raise if
47-
# `destination` is not ignored under Git.
45+
# @raise [StandardError] For security reasons, it will raise if `destination` is not ignored under Git.
4846
def apply
4947
# Only decrypt the file if the destination is ignored in Git
5048
unless Fastlane::Helper::GitHelper.is_ignored?(path: destination_file_path)

0 commit comments

Comments
 (0)