chleggett / homebrew-gr-osmosdr

3 stars 7 forks source link

Need to modify gr-osmosdr.rb to satisfy style problems generated by "brew audit --strict --online gr-osmosdr" #6

Open chleggett opened 8 years ago

chleggett commented 8 years ago

cleggett@xelda homebrew-gr-osmosdr % brew audit --strict --online gr-osmosdr ==> brew style gr-osmosdr == /usr/local/Library/Formula/gr-osmosdr.rb == C: 24: 35: Use && instead of and. C: 24: 65: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping. W: 32: 17: File.exists? is deprecated in favor of File.exist?.

1 file inspected, 3 offenses detected