Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Relax source file attribute check #1109

Merged
merged 1 commit into from
Nov 11, 2022
Merged

Commits on Nov 11, 2022

  1. Relax source file attribute check

    The purpose of the check is to alert users that they must configure the
    compiler to include source file debug info.
    
    Previously all classes were checked to ensure the source file was
    present, however it appears there may be some scenarios in which the
    source file is omitted when compiling kotlin.
    
    To allow analysis of the remaining classes, the check has been relaxed
    so that the info must be present in at least one file, rather than all
    files.
    Henry Coles committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    347dde1 View commit details
    Browse the repository at this point in the history