Skip to content

Files

This branch is 18681 commits behind bitcoin/bitcoin:master.

lint

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 12, 2020
Sep 3, 2019
Dec 29, 2019
Dec 29, 2019
Apr 16, 2020
Apr 16, 2020
Jun 12, 2020
May 16, 2019
Jun 15, 2020
Apr 16, 2020
Dec 29, 2019
Jan 23, 2020
Apr 16, 2020
Aug 4, 2020
Jun 13, 2020
Jul 31, 2020
Jul 3, 2020
Dec 29, 2019
Aug 26, 2019
Apr 16, 2020
Jun 22, 2020
Aug 21, 2018
Nov 15, 2018
Apr 16, 2020
Aug 30, 2018
Jun 22, 2020
Jun 19, 2020
Jan 28, 2020
Feb 10, 2020
Jun 20, 2018
Jan 28, 2020

This folder contains lint scripts.

check-doc.py

Check for missing documentation of command line options.

commit-script-check.sh

Verification of scripted diffs. Scripted diffs are only assumed to run on the latest LTS release of Ubuntu. Running them on other operating systems might require installing GNU tools, such as GNU sed.

git-subtree-check.sh

Run this script from the root of the repository to verify that a subtree matches the contents of the commit it claims to have been updated to.

To use, make sure that you have fetched the upstream repository branch in which the subtree is maintained:

To do so, add the upstream repository as remote:

git remote add --fetch secp256k1 https://github.com/bitcoin-core/secp256k1.git

Usage: git-subtree-check.sh DIR (COMMIT)

COMMIT may be omitted, in which case HEAD is used.

lint-all.sh

Calls other scripts with the lint- prefix.