Skip to content

Commit 0127859

Browse files
committed
Soft-wrap hard-wrapped comments in configure_validate_action.rb
Use a longer line length and prefer semantic line breaks to hard-wraps. See #342 (comment)
1 parent 478b962 commit 0127859

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/fastlane/plugin/wpmreleasetoolkit/actions/configure/configure_validate_action.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ def self.run(params = {})
1515
# otherwise, the error messaging isn't as helpful.
1616
validate_that_secrets_repo_is_clean
1717

18-
# Update the repository to get the latest version of the configuration secrets – that's
19-
# how we'll know if we're behind in subsequent validations
18+
# Update the repository to get the latest version of the configuration secrets
19+
# – that's how we'll know if we're behind in subsequent validations
2020
ConfigureDownloadAction.run
2121

2222
validate_that_branches_match

0 commit comments

Comments
 (0)