lib/cc/config/validation/engine_validator.rb in codeclimate-0.84.0 vs lib/cc/config/validation/engine_validator.rb in codeclimate-0.85.0

- old
+ new

@@ -84,12 +84,9 @@ end end def validate_exclude_fingerprints validate_key_type("exclude_fingerprints", Array) - if data.key?("exclude_fingerprints") - warnings << "'exclude_fingerprints' is deprecated, and support may be removed in the future" - end end end end end end