Skip to content
Snippets Groups Projects
  1. Feb 04, 2020
  2. Jan 29, 2020
  3. Jan 28, 2020
  4. Jan 15, 2020
  5. Dec 27, 2019
  6. Dec 19, 2019
  7. Dec 17, 2019
  8. Dec 04, 2019
  9. Dec 03, 2019
  10. Dec 01, 2019
  11. Nov 28, 2019
  12. Nov 25, 2019
  13. Nov 07, 2019
  14. Oct 16, 2019
  15. Oct 03, 2019
  16. Sep 19, 2019
  17. Sep 18, 2019
  18. Sep 13, 2019
  19. Sep 12, 2019
  20. Sep 10, 2019
  21. Aug 28, 2019
  22. Aug 26, 2019
  23. Aug 23, 2019
  24. Aug 01, 2019
    • Sean McGivern's avatar
      Add RSpec/TopLevelDescribePath cop · ab0a6455
      Sean McGivern authored
      The RSpec/FilePath cop checks that a spec file's path is correct, but
      only if the file describes a constant. We want to check, for any file
      with a top-level `describe`, whether the file path ends in
      `_spec.rb`. We don't care what comes before that; just that it will be
      executed by RSpec at all.
      ab0a6455
  25. Jul 30, 2019
    • Yorick Peterse's avatar
      Extend cop for verifying injecting of EE modules · cc6619a8
      Yorick Peterse authored
      This extends the InjectEnterpriseEditionModule RuboCop cop so that it
      verifies the following:
      
      1. The line number the injection occurs on (as before).
      2. The method used (e.g. prepend instead of prepend_if_ee).
      3. The argument type passed when using the new module injection methods.
      Unverified
      cc6619a8
  26. Jul 10, 2019
  27. Jun 21, 2019
  28. May 21, 2019
  29. May 20, 2019
Loading