Skip to content
Snippets Groups Projects
  1. Nov 07, 2022
    • Peter Leitzen's avatar
      RuboCop: Remove grace period for silent cop rules · 540e94d4
      Peter Leitzen authored
      This commit removes the "grace period" for cops rules added more than two
      weeks and without any warnings in Slack channel.
      
      Done via:
        sed -i '/Details: grace period/d' \
           $(git log --name-only --format= -S "Details: grace period" \
             --until "2 weeks ago" .rubocop_todo)
      Verified
      540e94d4
  2. Oct 10, 2022
  3. May 13, 2022
Loading