lib/water_drop/contracts.rb in waterdrop-1.4.4 vs lib/water_drop/contracts.rb in waterdrop-2.0.0.rc1
- old
+ new
@@ -1,9 +1,7 @@
# frozen_string_literal: true
module WaterDrop
# Namespace for all the contracts for config validations
module Contracts
- # Regex to check that topic has a valid format
- TOPIC_REGEXP = /\A(\w|-|\.)+\z/
end
end