We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ee65cb commit 1552f22Copy full SHA for 1552f22
bin/auto-style.rb
@@ -228,8 +228,7 @@ def with_clean_env
228
].compact
229
message = "* #{msg.join(', ')}. [ci skip]"
230
if expandtab
231
- message += "\n\nTabs were expanded because the file did not have any tab indentation in unedited lines."
232
- message += "\nPlease update your editor config, and use misc/expand_tabs.rb in the pre-commit hook."
+ message += "\nPlease consider using misc/expand_tabs.rb as a pre-commit hook."
233
end
234
vcs.commit(message, *edited_files)
235
0 commit comments