Skip to content

Commit

Permalink
Add whitesource file to plugin generator
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryguy committed Jan 28, 2022
1 parent 7a65748 commit 4448293
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .whitesource
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"settingsInheritedFrom": "ManageIQ/whitesource-config@master"
}
}
1 change: 1 addition & 0 deletions lib/generators/manageiq/plugin/plugin_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def create_plugin_files
template ".rubocop_cc.yml"
template ".rubocop_local.yml", :skip => true
template ".travis.yml"
template ".whitesource"
template ".yamllint"
template "Gemfile"
template "LICENSE.txt"
Expand Down
3 changes: 3 additions & 0 deletions lib/generators/manageiq/plugin/templates/.whitesource
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"settingsInheritedFrom": "ManageIQ/whitesource-config@master"
}

0 comments on commit 4448293

Please sign in to comment.