Regenerate Rubocop's TODO file without timestamp

This commit is contained in:
Maikel Linke
2023-04-20 10:34:35 +10:00
parent 213fb42a05
commit 0ac2358f2c
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config --auto-gen-only-exclude --exclude-limit 1400`
# on 2023-04-19 05:30:13 UTC using RuboCop version 1.50.2.
# `rubocop --auto-gen-config --auto-gen-only-exclude --exclude-limit 1400 --no-auto-gen-timestamp`
# using RuboCop version 1.50.2.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new

View File

@@ -9,7 +9,7 @@ if git add --dry-run --all | grep --quiet .; then
fi
# Refresh todo file so that following commits include only related changes:
bundle exec rubocop --regenerate-todo
bundle exec rubocop --regenerate-todo --no-auto-gen-timestamp
git commit --all --message "Regenerate Rubocop's TODO file"
# Iterate over all safe cops: