Skip to content

issues Search Results · repo:github/rubocop-github language:Ruby

Filter by

19 results
 (69 ms)

19 results

ingithub/rubocop-github (press backspace or delete to remove)

Currently, when running rubocop with rubocop-github an annoying warning is present due to the default config/default.yml configuration in this project. Example: $ bundle exec rubocop rubocop-performance ...
  • GrantBirki
  • Opened 
    11 days ago
  • #258

In #132 we linked each styleguide rule to its corresponding RuboCop rule(s). RuboCop has functionality where a StyleGuide: link config for each cop will show the link to the styleguide when there s a ...
  • issyl0
  • Opened 
    on Oct 26, 2022
  • #133

There are two reasons why this is an unreliable solution: - it doesn t know about things that have yet to be autoloaded - it s non-deterministic with regards to Garbage Collection of classes. If you ...
  • bensheldon
  • Opened 
    on Aug 4, 2022
  • #110

The current purpose of github-rubocop The current purpose of this Repository from the README: This repository provides recommended RuboCop configuration and additional Cops for use on GitHub open source ...
  • bensheldon
  • Opened 
    on Aug 3, 2022
  • #109

When you pass a variable instead of an explicit hash to render, Rubocop complains that render must be used with a string literal or an instance of a Class . Linter complains: render( some/template , ...
  • glortho
  • 2
  • Opened 
    on Sep 24, 2021
  • #92

Right now rubocop is pinned at 0.89.0 which is outdated with 1.3.1 being the latest. This gem is being used by Super-Linter and I would like to be able to move it to the 1.0.0 branch to use the newer ...
  • jgamblin
  • Opened 
    on Nov 19, 2020
  • #77

I don t agree with the preference expressed in the guide, but I think I understand the issue. Consider this Ruby code: class A class self attr_accessor :some_attribute end end class B ...
  • mulham99
  • 1
  • Opened 
    on Jun 4, 2020
  • #70

Change in rubocop 0.78.0: https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md#changes-2 Needs update here https://github.com/github/rubocop-github/blob/5bd3ab3f55c8f45179dbcacb1803b5f492d7ca1f/config/_default_shared.yml#L186 ...
  • joshRpowell
  • 6
  • Opened 
    on Jan 20, 2020
  • #54

Summary Add rubocop-rails as Gem dependency when upgrading to the next 0.72 release of rubocop. https://github.com/github/rubocop-github/blob/7bccddc437ff907aadedd5b8604522849c91aaeb/rubocop-github.gemspec#L13-L15 ...
  • MrChrisW
  • 2
  • Opened 
    on Jun 8, 2019
  • #44
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub