docbrown/spec
Keshav Biswa 8d57d45ecc Rubocop Style cops enabled (#2056)
* Rubocop enabled style/alias

* Enabled Style/ArrayJoin Cop

* Enabled Style/Attr

* Enabled Case Equality

* Enabled CharacterLiteral

*  Enabled ColonMethodCall Cop

* Enabled CommentAnnotation cop

* Enabled PreferredHashMethods Cop

*  Enabled DoubleNegation Cop

* Enabled EachWithObject Cop

* Enabled EmptyLiteral Cop

* Enabled EvenOdd Cop

* Enabled IfWithSemicolon Cop

* Enabled Lambda and LambdaCall Cop

* Enabled LineEndConcatenation Cop

* Enabled ModuleFunction Cop;

* Enable NegatedIf and NegatedWhile Cop

* Enabled NilComparison Cop

* Enabled Not Cop

* Enabled NumericLiterals Cop

* Enabled OneLineConditional Cop

* Enabled PercentLiteralDelimiters Cop

* Excluded internal/users_controller from negated_if cop

* Reverted the double negation change from github_issue_tag and github_issue.rb"

* Enabled PerlBackrefs Cop

* Changed Regexp.last_match(1) to Regexp.last_match(0)

* Enabled proc cop

* Enabled RaiseArgs Cop

* Reverted Regexp.last_match(0) to Regexp.last_match(1)

* Enabled SelfAssignment Cop

* Enabled SingleLineMethods Cop

* Enabled SpecialGlobalVars Cop

* Enabled VariableInterpolation Cop

* Enabled WhenThen Cop

* Enabled WhileUntilModifier Cop

* Enabled WordArray Cop

* Enabled IfUnlessModifier Cop

* Enabled GuardClause Cop
2019-03-15 18:33:54 -04:00
..
controllers Fix articles feed not filtering articles by user/organization (#1941) 2019-03-02 07:48:55 -08:00
decorators Display comment published timestamp according to user's locale (#1970) 2019-03-08 15:19:37 -05:00
factories Rubocop Style cops enabled (#2056) 2019-03-15 18:33:54 -04:00
features Display comment published timestamp according to user's locale (#1970) 2019-03-08 15:19:37 -05:00
fixtures/approvals/rssreader/get_all_articles Refactor RssReader (#1537) 2019-01-14 14:25:49 -05:00
jobs Fix delayed job errors related to reactions #1621 (#1883) 2019-02-27 16:19:01 -08:00
labor Rubocop Style cops enabled (#2056) 2019-03-15 18:33:54 -04:00
lib/acts_as_taggable_on Rubocop Style cops enabled (#2056) 2019-03-15 18:33:54 -04:00
liquid_tags Rubocop Style cops enabled (#2056) 2019-03-15 18:33:54 -04:00
mailers Replace data with content in export email copy (#1572) 2019-01-16 17:10:06 -05:00
models Rubocop Style cops enabled (#2056) 2019-03-15 18:33:54 -04:00
observers Fix delayed job errors related to reactions #1621 (#1883) 2019-02-27 16:19:01 -08:00
policies Remove harsh video restriction and add video duration (#1811) 2019-02-16 17:42:44 -04:00
requests Rubocop Style cops enabled (#2056) 2019-03-15 18:33:54 -04:00
routing Code cleanups (#659) 2018-08-07 11:00:13 -04:00
services Organization Notifications (#1762) 2019-02-25 14:25:37 -08:00
support Rubocop Style cops enabled (#2056) 2019-03-15 18:33:54 -04:00
views Improve specs (#1693) 2019-02-04 15:56:00 -04:00
rails_helper.rb Fix delayed job errors related to reactions #1621 (#1883) 2019-02-27 16:19:01 -08:00
spec_helper.rb Use timezone aware methods (#893) 2018-10-18 16:26:29 -04:00