Skip to content

Commit 506165b

Browse files
committed
[hotfix] Improve archunit conf comments
1 parent 8881868 commit 506165b

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

flink-connector-cassandra/src/test/resources/archunit.properties

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,17 @@
1616
# limitations under the License.
1717
#
1818

19-
# By default we allow removing existing violations, but fail when new violations are added.
19+
# This controls if the violation store is writable
2020
freeze.store.default.allowStoreUpdate=true
2121

22-
# Enable this if a new (frozen) rule has been added in order to create the initial store and record the existing violations.
22+
# Enable this if a new rule was added or the description of an existing rule has changed.
23+
# It is needed to record future violations of this rule.
24+
# If omitted, future violations of the rule will not be considered as violations as the initial store was not created for this rule.
2325
#freeze.store.default.allowStoreCreation=true
2426

25-
# Enable this to add allow new violations to be recorded.
27+
# Enable this to record the current state of violations.
28+
# This can make sense, because current violations are consciously accepted and should be added to the store
29+
# By default we allow removing existing violations, but fail when new violations are added
2630
# NOTE: Adding new violations should be avoided when possible. If the rule was correct to flag a new
2731
# violation, please try to avoid creating the violation. If the violation was created due to a
2832
# shortcoming of the rule, file a JIRA issue so the rule can be improved.

0 commit comments

Comments
 (0)