Skip to content

Commit

Permalink
execute all pre-commit tools
Browse files Browse the repository at this point in the history
  • Loading branch information
tbugfinder committed Apr 28, 2023
1 parent 40d56ec commit 0b94575
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hooks/createstackmoduleoutputs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,9 @@

# get module section from main.json
allModules = JSON.parse(stdout)['module_calls']
allModulesfixtures = JSON.parse(stdoutfixture)['module_calls'].select{ |_, v| v if v['source'] == "../../.." or v['source'] == "../../../" }
allModulesfixtures = JSON.parse(stdoutfixture)['module_calls'].select { |_, v|
v if v['source'] == "../../.." or v['source'] == "../../../"
}

fixturemodulename = ''
allModulesfixtures.each do |singlemodule|
Expand Down

0 comments on commit 0b94575

Please sign in to comment.