.hound.yml in test_spec-1.0.0 vs .hound.yml in test_spec-1.1.0

- old
+ new

@@ -65,5 +65,15 @@ Max: 4 # Remove execute permissions check. Lint/ScriptPermission: Enabled: false + +# Allow methods with has_ for predicates. +Naming/PredicateName: + NameWhitelist: + - has_failed_screenshot? + - has_exception? + - has_screenshots? + - has_screenrecord? + - has_spec? + - has_comment?