]> arthur.barton.de Git - homebrew-alex.git/commit
identd: Fix "brew audit" offenses
authorAlexander Barton <alex@barton.de>
Fri, 15 Jan 2016 09:47:05 +0000 (10:47 +0100)
committerAlexander Barton <alex@barton.de>
Fri, 15 Jan 2016 09:47:05 +0000 (10:47 +0100)
commitee3945d314121e80b42c65b617ca9917bf8a4bd3
tree783809d6c76509fae6a6049793f7dd814ed7da28
parentad3c2a109177141e86826afa2f620fa6b67d7cab
identd: Fix "brew audit" offenses

C:  1:  9: Prefer double-quoted strings unless you need single quotes
           to avoid extra backslashes for escaping.
C:  4:  7: Prefer double-quoted strings unless you need single quotes
           to avoid extra backslashes for escaping.
C:  5: 11: Prefer double-quoted strings unless you need single quotes
           to avoid extra backslashes for escaping.
C:  6: 12: Prefer double-quoted strings unless you need single quotes
           to avoid extra backslashes for escaping.
C: 17:  7: Use %r around regular expression.
C: 19: 18: Prefer double-quoted strings unless you need single quotes
           to avoid extra backslashes for escaping.
C: 20: 18: Prefer double-quoted strings unless you need single quotes
           to avoid extra backslashes for escaping.

Signed-off-by: Alexander Barton <alex@barton.de>
Formula/identd.rb