You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An external tool configured in git's diff.external setting can break
eslint-plugin-diff.
For example difft seems to always take over regular git diff output,
even in non interactive sessions. This results in eslint-plugin-diff not
being able to parse the diff output and exiting with no errors.
This change adds --no-ext-diff to the git diff commands, which overrides
the diff.external setting.
0 commit comments