BigW Consortium Gitlab

  1. 17 Jan, 2017 1 commit
    • 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.
  2. 11 Jan, 2017 1 commit
  3. 06 Jan, 2017 1 commit
  4. 04 Oct, 2016 1 commit
  5. 03 Oct, 2016 1 commit
  6. 14 Sep, 2016 1 commit
  7. 06 Aug, 2016 1 commit
  8. 20 Jul, 2016 1 commit
  9. 19 Jul, 2016 1 commit
    • 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.
  10. 13 Jul, 2016 5 commits