• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

bbatsov / rubocop / 4906

Builds Branch Commit Type Ran Committer Via Coverage
4906 master Don't warn for using eval() on a literal string Using eval on a string literal, with no computed values interpolated into it, is not a "security risk" and there is no need to warn about it. Why would anyone do this, anyways? Here is an example: ... Pull #2347 26 Oct 2015 05:59PM UTC alexdowad travis-ci pending completion   set done
4905 master Don't warn for using eval() on a literal string Using eval on a string literal, with no computed values interpolated into it, is not a "security risk" and there is no need to warn about it. Why would anyone do this, anyways? Here is an example: ... Pull #2347 26 Oct 2015 05:35PM UTC alexdowad travis-ci pending completion   set done
4904 master Don't warn for using eval() on a literal string Using eval on a string literal, with no computed values interpolated into it, is not a "security risk" and there is no need to warn about it. Why would anyone do this, anyways? Here is an example: ... Pull #2347 26 Oct 2015 05:29PM UTC alexdowad travis-ci pending completion   set done
4903 master New braces_for_chaining style for BlockDelimiters. As per [the style-guide][style-guide], even though multi-line chaining is considered ugly and we should generally find ways to re-write the code, sometimes this simply isn't possible. Regardless,... Pull #2329 26 Oct 2015 04:16PM UTC panthomakos travis-ci pending completion   set done
4902 master Don't warn for using eval() on a literal string Using eval on a string literal, with no computed values interpolated into it, is not a "security risk" and there is no need to warn about it. Why would anyone do this, anyways? Here is an example: ... Pull #2347 26 Oct 2015 01:01PM UTC alexdowad travis-ci pending completion   set done
4901 master Don't warn for using eval() on a literal string Using eval on a string literal, with no computed values interpolated into it, is not a "security risk" and there is no need to warn about it. Why would anyone do this, anyways? Here is an example: ... Pull #2347 26 Oct 2015 11:02AM UTC alexdowad travis-ci pending completion   set done
4900 master Merge pull request #2316 from maxjacobson/add-grammar-pluralization-cop Add Rails/PluralizationGrammar cop push 26 Oct 2015 08:47AM UTC bbatsov travis-ci pending completion   set done
4899 master Add Rails/PluralizationGrammar cop This cop makes sure that your code reads well when using the ActiveSupport methods for time duration. Bad: ``` 1.days.ago 3.week.from_now ``` Good: ``` 1.day.ago 3.weeks.from_now ``` Pull #2316 25 Oct 2015 10:26PM UTC maxjacobson travis-ci pending completion   set done
4898 master Add Rails/PluralizationGrammar cop This cop makes sure that your code reads well when using the ActiveSupport methods for time duration. Bad: ``` 1.days.ago 3.week.from_now ``` Good: ``` 1.day.ago 3.weeks.from_now ``` Pull #2316 25 Oct 2015 10:22PM UTC maxjacobson travis-ci pending completion   set done
4897 master Lint for ordinal circular argument references I noticed that Ruby emits a warning for ordinal circular argument references, not just optional keyword argument references. Should be helpful for RuboCop to lint for these as well. Pull #2346 25 Oct 2015 09:34PM UTC maxjacobson travis-ci pending completion   set done
4896 master Bug: HashSyntax doesn't register offense with mixed keys. Pull #2345 25 Oct 2015 07:57PM UTC dblock travis-ci pending completion   set done
4895 master Bug: parallel assignment with a side effect. Pull #2344 25 Oct 2015 07:46PM UTC dblock travis-ci pending completion   set done
4894 master Bug: parallel assignment with a side effect. Pull #2344 25 Oct 2015 07:41PM UTC dblock travis-ci pending completion   set done
4892 master Merge pull request #2333 from rrosenblum/count_with_arg [Fix #2331] Do not register an offense for count with an argument in Performance/Size push 23 Oct 2015 08:48PM UTC bbatsov travis-ci pending completion   set done
4891 master [Fix #2331] Do not register an offense for count with an argument in Performance/Size Pull #2333 23 Oct 2015 06:41PM UTC rrosenblum travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • …
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • …
  • 285
  • 286
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc