Skip to content
Snippets Groups Projects
  1. Oct 17, 2018
    • Lukas Eipert's avatar
      Create helper to get all changed files · d7a8ccbc
      Lukas Eipert authored
      Danger apparently has three different objects which could contain files
      you often want to check:
      
       - git.added_files
       - git.modified_files
       - git.renamed_files
      
      The problem: If a file is renamed, `modified_files` contains the file
      path before the rename. In some Danger checks we use `added_files` +
      `modified_files`, which might contain the deleted paths of renamed
      files, but missing the new paths of renamed files.
      
      So we need to consider `renamed_files` as well.
      Unverified
      d7a8ccbc
  2. Oct 16, 2018
Loading