Skip to content
  • Georg Krause's avatar
    d1129fdd
    Allow missing created field (#23) · d1129fdd
    Georg Krause authored
    * Do not add created field if algorithm is rsa, hmac or ecdsa
    
    * Disable check for W504
    
    This is mutually exclusive with W503, but it seems to check for both. So
    no matter where the linebreak is, the linter says its wrong. This fixes
    this behavior and allows to use at least one option.
    
    * Allow github actions to run on pull request
    
    * Make created field optional on verification
    d1129fdd
    Allow missing created field (#23)
    Georg Krause authored
    * Do not add created field if algorithm is rsa, hmac or ecdsa
    
    * Disable check for W504
    
    This is mutually exclusive with W503, but it seems to check for both. So
    no matter where the linebreak is, the linter says its wrong. This fixes
    this behavior and allows to use at least one option.
    
    * Allow github actions to run on pull request
    
    * Make created field optional on verification
Loading