Skip to content
  • Guillaume Ballet's avatar
    367c329b
    whisper: remove linter warnings (#15972) · 367c329b
    Guillaume Ballet authored and Péter Szilágyi's avatar Péter Szilágyi committed
    * whisper: fixes warnings from the code linter
    
    * whisper: more non-API-breaking changes
    
    The remaining lint errors are because of auto-generated
    files and one is because an exported function has a non-
    exported return type. Changing this would break the API,
    and will be part of another commit for easier reversal.
    
    * whisper: un-export NewSentMessage to please the linter
    
    This is an API change, which is why it's in its own commit.
    This change was initiated after the linter complained that
    the returned type wasn't exported. I chose to un-export
    the function instead of exporting the type, because that
    type is an implementation detail that I would like to
    change in the near future to make the code more
    readable and with an increased coverage.
    
    * whisper: update gencodec output after upgrading it to new lint standards
    367c329b
    whisper: remove linter warnings (#15972)
    Guillaume Ballet authored and Péter Szilágyi's avatar Péter Szilágyi committed
    * whisper: fixes warnings from the code linter
    
    * whisper: more non-API-breaking changes
    
    The remaining lint errors are because of auto-generated
    files and one is because an exported function has a non-
    exported return type. Changing this would break the API,
    and will be part of another commit for easier reversal.
    
    * whisper: un-export NewSentMessage to please the linter
    
    This is an API change, which is why it's in its own commit.
    This change was initiated after the linter complained that
    the returned type wasn't exported. I chose to un-export
    the function instead of exporting the type, because that
    type is an implementation detail that I would like to
    change in the near future to make the code more
    readable and with an increased coverage.
    
    * whisper: update gencodec output after upgrading it to new lint standards
Loading