Skip to content

Commit fa33261

Browse files
committed
Rubocop fix
1 parent 7cf5380 commit fa33261

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/vanagon/platform/windows.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def generate_nuget_package(project) # rubocop:disable Metrics/AbcSize
180180
#
181181
# @param project [Vanagon::Project] project to build a msi package of
182182
# @return [Array] list of commands required to build an msi package for the given project from a tarball
183-
def generate_msi_package(project) # rubocop:disable Metrics/AbcSize
183+
def generate_msi_package(project) # rubocop:disable Metrics/AbcSize, Metrics/PerceivedComplexity
184184
target_dir = project.repo ? output_dir(project.repo) : output_dir
185185
wix_extensions = "-ext WiXUtilExtension -ext WixUIExtension"
186186
# Heat command documentation at: http://wixtoolset.org/documentation/manual/v3/overview/heat.html

0 commit comments

Comments
 (0)