diff options
Diffstat (limited to 'Library/Formula/cppcheck.rb')
| -rw-r--r-- | Library/Formula/cppcheck.rb | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Library/Formula/cppcheck.rb b/Library/Formula/cppcheck.rb index c90516841..43f24db1e 100644 --- a/Library/Formula/cppcheck.rb +++ b/Library/Formula/cppcheck.rb @@ -42,15 +42,4 @@ class Cppcheck < Formula def test system "#{bin}/cppcheck", "--version" end - - def caveats; <<-EOS.undent - --with-gui installs cppcheck-gui.app in: - #{bin} - - To link the application to a normal Mac OS X location: - brew linkapps - or: - ln -s #{bin}/cppcheck-gui.app /Applications - EOS - end end |
