Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##
## DO NOT EDIT THIS FILE.
## DO NOT DELETE THIS FILE.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The change from "DO NOT EDIT" to "DO NOT DELETE" makes the instruction less clear. The lines that follow describe a mechanism for overriding properties in a separate file, which implies this file should not be modified directly. The original instruction "DO NOT EDIT THIS FILE." correctly reflects this best practice, preventing developers from making local changes that might be accidentally committed or overwritten. The new instruction, while also true, is less specific and might lead developers to believe that editing the file is acceptable, which would contradict the intended workflow. Reverting to the original text would be clearer.

## DO NOT EDIT THIS FILE.

##
## To update the properties of this file, create a separate properties file
## named "test.${user.name}.properties" with the properties to overwrite.
Expand Down