We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3c9a1e8 + 891f37f commit 8b9130eCopy full SHA for 8b9130e
1 file changed
src/PhpcsDiff.php
@@ -229,7 +229,7 @@ protected function getChangedFiles()
229
{
230
// Get a list of changed files (not including deleted files)
231
$output = shell_exec(
232
- 'git diff ' . $this->baseBranch . ' ' . $this->currentBranch . ' --name-only --diff-filter=d'
+ 'git diff ' . $this->baseBranch . ' ' . $this->currentBranch . ' --name-only --diff-filter=ACM'
233
);
234
235
// Convert files into an array
0 commit comments