1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2025-08-12 12:48:37 +02:00

dyndnsd: allow updater to see if database changed

This commit is contained in:
cn
2020-07-20 11:56:23 +02:00
parent 0cec44893d
commit 0c4c38cc6b
3 changed files with 15 additions and 3 deletions

View File

@@ -68,6 +68,9 @@ Style/HashTransformValues:
Style/IdenticalConditionalBranches:
Enabled: false
Style/IfUnlessModifier:
Enabled: false
Style/InverseMethods:
Enabled: false
@@ -79,3 +82,6 @@ Style/RescueModifier:
Style/SymbolArray:
Enabled: false
Style/TrailingCommaInArrayLiteral:
Enabled: false