tests: Make Travis linting output less verbose #14391

pull practicalswift wants to merge 1 commits into bitcoin:master from practicalswift:make-linting-output-less-verbose changing 3 files +19 −15
  1. practicalswift commented at 8:23 AM on October 4, 2018: contributor

    Make Travis linting output less verbose and thereby significantly increase signal to noise :-)

    Example before:

    $ .travis/lint_06_script.sh
    src/crypto/ctaes in HEAD currently refers to tree 1b6c31139a71f80245c09597c343936a8e41d021
    src/crypto/ctaes in HEAD was last updated in commit 8501bedd7508ac514385806e191aec21ee978891 (tree 1b6c31139a71f80245c09597c343936a8e41d021)
    subtree commit 003a4acfc273932ab8c2e276cde3b4f3541012dd unavailable: cannot compare
    src/secp256k1 in HEAD currently refers to tree af619602c243e0d8fbd5934f375faa4aedb4ca6e
    src/secp256k1 in HEAD was last updated in commit fd86f998fcfd25d823d67a2920814e22445655f9 (tree af619602c243e0d8fbd5934f375faa4aedb4ca6e)
    subtree commit 0b7024185045a49a1a6a4c5615bf31c94f63d9c4 unavailable: cannot compare
    src/univalue in HEAD currently refers to tree a2dbaf30021c0a31eecc213cd84d600273d333b6
    src/univalue in HEAD was last updated in commit a570098021be6a7b9f4589300ea655ae4633628e (tree a2dbaf30021c0a31eecc213cd84d600273d333b6)
    subtree commit 51d3ab34ba2857f0d03dc07250cb4a2b5e712e67 unavailable: cannot compare
    src/leveldb in HEAD currently refers to tree f8cdc77167be86194f98d0412baf4b89d3d5abe6
    src/leveldb in HEAD was last updated in commit ec749b1bcdf2483b642fb51d635800e272c68ba6 (tree f8cdc77167be86194f98d0412baf4b89d3d5abe6)
    subtree commit 524b7e36a8e3bce6fcbcd1b5df09024283f325ba unavailable: cannot compare
    Args used        : 181
    Args documented  : 186
    Args undocumented: 0
    set()
    Args unknown     : 5
    {'-zmqpubrawtx', '-zmqpubhashtx', '-zmqpubhashblock', '-zmqpubrawblock', '-promiscuousmempoolflags'}
    * Checking consistency between dispatch tables and vRPCConvertParams
    

    Example after:

    $ .travis/lint_06_script.sh
    [info] 181 arguments used. 186 arguments documented.
    
    The following arguments are unknown:
    * -promiscuousmempoolflags
    * -zmqpubhashblock
    * -zmqpubhashtx
    * -zmqpubrawblock
    * -zmqpubrawtx
    
  2. fanquake added the label Tests on Oct 4, 2018
  3. lint: Make Travis linting output less verbose in case of no violations 95462037c7
  4. practicalswift force-pushed on Oct 4, 2018
  5. practicalswift renamed this:
    lint: Make Travis linting output less verbose
    tests: Make Travis linting output less verbose
    on Oct 4, 2018
  6. scravy approved
  7. scravy commented at 9:19 AM on October 4, 2018: contributor

    ACK 95462037c70ec4403bc24e18c56b1cd526aabb9d

  8. practicalswift cross-referenced this on Oct 22, 2018 from issue Enable flake8 rule E225 which checks for missing whitespace around op… by jbampton
  9. practicalswift closed this on Nov 12, 2018

  10. practicalswift deleted the branch on Apr 10, 2021
  11. bitcoin locked this on Aug 16, 2022

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-05-20 06:54 UTC