index
:
brew
cmd-upgrade--change-build_bottle-method-call-to-bottle
master
🍺 The missing package manager for macOS
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Library
/
Homebrew
/
rubocops
/
formula_desc_cop.rb
Age
Commit message (
Expand
)
Author
2017-11-01
formula_desc_cop: Fix the 'full stop at end of description' autocorrect
Isabell Long
2017-11-01
formula_desc_cop: If desc ends with 'etc.', it's not a violation
Isabell Long
2017-10-29
formula_desc_cop: ensure no full stops at the end of desc
Isabell Long
2017-10-24
Refactor and fix RuboCop specs.
Markus Reiter
2017-10-18
Use “squiggly” heredocs.
Markus Reiter
2017-10-14
formula_desc_cop: empty string is not a valid desc
Dominyk Tiller
2017-08-01
formula_desc_cop: add 'x86' to VALID_LOWERCASE_WORDS
JCount
2017-06-29
formula_desc_cop: allow formula name in desc
ilovezfs
2017-06-19
rubocops: use consistent (_)body_node parameter name
Andrew Janke
2017-06-13
format_desc_cop: whitelist more lowercase words
Isabell Long
2017-06-08
formula_desc_cop: tweak some rules.
Mike McQuaid
2017-06-02
formula_desc_cop: desc should be capitalised.
Mike McQuaid
2017-05-29
Match the "formula name in description" on word boundaries
Isabell Long
2017-05-03
Add `--only-cops`,`--except-cops` options for brew style and simplify cop names
Gautham Goli
2017-05-02
Add `--only-cops`,`--except-cops` options for brew audit
Gautham Goli
2017-03-26
Wrap rubocop specific code into methods inside FormulaCop
Gautham Goli
2017-03-26
Encapsulate formula desc offense checking logic into methods
Gautham Goli
2017-03-08
Create FormulaCop base class to reuse helper functions in custom cops
Gautham Goli
2017-03-02
Port audit_desc rules to cop
Gautham Goli