intellij-idea-ce.rb: RuboCop (master), RuboCop-cask (master) auto-correct

This commit is contained in:
Josh Hagins 2016-01-03 14:18:36 -05:00
parent 7f8bea8d5e
commit ab6db5948f
1 changed files with 4 additions and 4 deletions

View File

@ -10,9 +10,9 @@ cask 'intellij-idea-ce' do
app 'IntelliJ IDEA 15 CE.app'
zap :delete => [
'~/Library/Application Support/IdeaIC15',
'~/Library/Preferences/IdeaIC15',
'~/Library/Caches/IdeaIC15',
'~/Library/Logs/IdeaIC15',
'~/Library/Application Support/IdeaIC15',
'~/Library/Preferences/IdeaIC15',
'~/Library/Caches/IdeaIC15',
'~/Library/Logs/IdeaIC15',
]
end