Skip to content
Snippets Groups Projects
  • Cole Faust's avatar
    a52ecf0c
    List baseline_filename on modules that are implititly using it · a52ecf0c
    Cole Faust authored
    lintable modules currently pick up files named "lint-baseline.xml" to use as the
    lint baseline implicitly. This is confusing because you could end up using the
    baseline files in more modules than intended. Lint also has a feature where it
    requests you remove unnecessary findings from the baseline file, so something
    could be necessary for one module, but unnecessary for another that accidentally
    picked up the baseline.
    
    We're removing the implicit detection of the baseline file, which requires
    all modules using it to list the baseline file explicitly.
    
    Bug: 272769514
    Test: Presubmits
    Change-Id: If873a4ea20d73bb6268d83589c4fb3ebe54af664
    a52ecf0c
    History
    List baseline_filename on modules that are implititly using it
    Cole Faust authored
    lintable modules currently pick up files named "lint-baseline.xml" to use as the
    lint baseline implicitly. This is confusing because you could end up using the
    baseline files in more modules than intended. Lint also has a feature where it
    requests you remove unnecessary findings from the baseline file, so something
    could be necessary for one module, but unnecessary for another that accidentally
    picked up the baseline.
    
    We're removing the implicit detection of the baseline file, which requires
    all modules using it to list the baseline file explicitly.
    
    Bug: 272769514
    Test: Presubmits
    Change-Id: If873a4ea20d73bb6268d83589c4fb3ebe54af664
Code owners
Assign users and groups as approvers for specific file changes. Learn more.