Skip to content

Commit

Permalink
enable domain check for overloaded specs by default
Browse files Browse the repository at this point in the history
Summary: - as title

Reviewed By: michalmuskala, TD5

Differential Revision: D65332089

fbshipit-source-id: f349ca2717de432c04757e99705acfcd185343f8
  • Loading branch information
ilya-klyuchnikov authored and facebook-github-bot committed Nov 1, 2024
1 parent 83b07ae commit c0457f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eqwalizer/src/main/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ eqwalizer {
custom_maps_merge = ${?EQWALIZER_CUSTOM_MAPS_MERGE}
ignored_overloaded_spec = false
ignored_overloaded_spec = ${?EQWALIZER_IGNORED_OVERLOADED_SPEC}
overloaded_spec_domain_check = false
overloaded_spec_domain_check = true
overloaded_spec_domain_check = ${?EQWALIZER_OVERLOADED_SPEC_DOMAIN_CHECK}
report_dynamic_lambdas = false
report_dynamic_lambdas = ${?EQWALIZER_REPORT_DYNAMIC_LAMBDAS}
Expand Down

0 comments on commit c0457f8

Please sign in to comment.