.hound.yml in tapestry-0.2.0 vs .hound.yml in tapestry-0.3.0

- old
+ new

@@ -64,5 +64,9 @@ # Allow methods with has_ for predicates. Style/PredicateName: NameWhitelist: - has_correct_url? - has_correct_title? + +# Remove execute permissions check. +Lint/ScriptPermission: + Enabled: false