Skip to content

Commit

Permalink
appease chefstyle: Style/SymbolArray
Browse files Browse the repository at this point in the history
Use %i or %I for an array of symbols.

Signed-off-by: Robb Kidd <[email protected]>
  • Loading branch information
robbkidd committed Nov 12, 2019
1 parent 14b6ba2 commit e37d019
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ rescue LoadError
end

desc "Run all quality tasks"
task quality: [:style, :stats]
task quality: %i{style stats}

task default: [:test, :quality]
task default: %i{test quality}

0 comments on commit e37d019

Please sign in to comment.