Skip to content
  1. Feb 23, 2017
  2. Feb 21, 2017
  3. Feb 13, 2017
  4. Feb 10, 2017
  5. Jan 17, 2017
    • Sean McGivern's avatar
      Disable all cops in .rubocop_todo.yml · 476fce4e
      Sean McGivern authored
      Cops with a max level are auto-generated with that set to the current
      maximum, even when they're supposed to be ignored. For now, the best
      option is to manually disable them.
      476fce4e
  6. Jan 11, 2017
  7. Jan 06, 2017
  8. Oct 04, 2016
  9. Oct 03, 2016
  10. Sep 14, 2016
  11. Aug 06, 2016
  12. Jul 20, 2016
  13. Jul 19, 2016
    • Grzegorz Bizon's avatar
      Enable Rubocop cops for invalid access modifiers · d6f66977
      Grzegorz Bizon authored
      This enables following cops:
      
      Check for useless access modifiers
      
        Lint/UselessAccessModifier
      
      Checks for attempts to use `private` or `protected` to set the
      visibility of a class method, which does not work.
      
        Lint/IneffectiveAccessModifier
      
      This also disables two false possitives in concerns.
      d6f66977
  14. Jul 13, 2016