An error occurred fetching the project authors.
  1. 23 Feb, 2017 11 commits
  2. 21 Feb, 2017 1 commit
  3. 13 Feb, 2017 1 commit
  4. 10 Feb, 2017 3 commits
  5. 17 Jan, 2017 1 commit
    • 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. 11 Jan, 2017 1 commit
  7. 06 Jan, 2017 1 commit
  8. 04 Oct, 2016 1 commit
  9. 03 Oct, 2016 1 commit
  10. 14 Sep, 2016 1 commit
  11. 06 Aug, 2016 1 commit
  12. 20 Jul, 2016 1 commit
  13. 19 Jul, 2016 1 commit
    • 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. 13 Jul, 2016 5 commits