aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/rubocops/formula_desc_cop.rb
AgeCommit message (Expand)Author
2017-11-01formula_desc_cop: Fix the 'full stop at end of description' autocorrectIsabell Long
2017-11-01formula_desc_cop: If desc ends with 'etc.', it's not a violationIsabell Long
2017-10-29formula_desc_cop: ensure no full stops at the end of descIsabell Long
2017-10-24Refactor and fix RuboCop specs.Markus Reiter
2017-10-18Use “squiggly” heredocs.Markus Reiter
2017-10-14formula_desc_cop: empty string is not a valid descDominyk Tiller
2017-08-01formula_desc_cop: add 'x86' to VALID_LOWERCASE_WORDSJCount
2017-06-29formula_desc_cop: allow formula name in descilovezfs
2017-06-19rubocops: use consistent (_)body_node parameter nameAndrew Janke
2017-06-13format_desc_cop: whitelist more lowercase wordsIsabell Long
2017-06-08formula_desc_cop: tweak some rules.Mike McQuaid
2017-06-02formula_desc_cop: desc should be capitalised.Mike McQuaid
2017-05-29Match the "formula name in description" on word boundariesIsabell Long
2017-05-03Add `--only-cops`,`--except-cops` options for brew style and simplify cop namesGautham Goli
2017-05-02Add `--only-cops`,`--except-cops` options for brew auditGautham Goli
2017-03-26Wrap rubocop specific code into methods inside FormulaCopGautham Goli
2017-03-26Encapsulate formula desc offense checking logic into methodsGautham Goli
2017-03-08Create FormulaCop base class to reuse helper functions in custom copsGautham Goli
2017-03-02Port audit_desc rules to copGautham Goli