• 
      

    Add possibilty to use a custom tempdir and full directory structure

    Review Request #14900 — Created March 13, 2026 and updated

    Information

    ReviewBot
    master

    Reviewers

    This helps to create a directory structure like the original
    source tree to let the bot use specific path configuration.
    
     
    Summary ID
    Add possibilty to use a custom tempdir and full directory structure
    This helps to create a directory structure like the original source tree to let the bot use specific path configuration.
    96b398a300cddcc0002fe1c91e50c7b6e6768c89
    Description From Last Updated

    Just thinking aloud here, is there any reason to not always use the full path to the file for everything? …

    daviddavid
    Checks run (2 succeeded)
    flake8 passed.
    JSHint passed.
    david
    1. 
        
      1. maybe some tools uses a path in their output and the bot cannot recognize it? Should be tested.

        otherwise, yes.

    2. Show all issues

      Just thinking aloud here, is there any reason to not always use the full path to the file for everything? It involves creating more directories, but other than that I can't think of a downside, and it would avoid having to add a setting.

    3.