soulver.rb: RuboCop (master), RuboCop-cask (master) auto-correct

This commit is contained in:
Josh Hagins 2016-01-03 14:19:32 -05:00
parent 0d86beed93
commit d91a075a9f
1 changed files with 5 additions and 5 deletions

View File

@ -16,10 +16,10 @@ cask 'soulver' do
end
zap :delete => [
'~/Library/Application Support/Soulver',
'~/Library/Preferences/com.acqualia.soulver.plist',
'~/Library/Autosave Information/Unsaved Soulver Document.soulver',
# todo glob/expand support
# '~/Library/Autosave Information/Unsaved Soulver Document 2.soulver',
'~/Library/Application Support/Soulver',
'~/Library/Preferences/com.acqualia.soulver.plist',
'~/Library/Autosave Information/Unsaved Soulver Document.soulver',
# TODO: glob/expand support
# '~/Library/Autosave Information/Unsaved Soulver Document 2.soulver',
]
end