mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Regenerate Rubocop's TODO file without timestamp
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user