mozilla / bugbug

Platform for Machine Learning projects on Software Engineering
Mozilla Public License 2.0
495 stars 309 forks source link

[inline_comments_data_collection] Fix `--diff-length-limit` argument default value and description #4477

Closed benjaminmah closed 2 weeks ago

benjaminmah commented 3 weeks ago

The current default value for the --diff-length-limit argument is set to 1000, which is too low, causing the dataset to not be fully populated. Additionally, the description of this argument incorrectly states "No limit if not specified," which is misleading because a limit is applied.

We should: