Skip to content

Files

Latest commit

2e7d808 · Apr 23, 2022

History

History

lint

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 12, 2020
Jul 28, 2021
Jan 1, 2020
Oct 3, 2020
Apr 16, 2020
Apr 17, 2020
Jun 12, 2020
May 16, 2019
Jun 15, 2020
Oct 21, 2020
Sep 1, 2020
Jan 1, 2020
Jan 23, 2020
Apr 16, 2020
Oct 3, 2020
Oct 18, 2020
Oct 18, 2020
Oct 18, 2020
Dec 29, 2019
Aug 26, 2019
Apr 16, 2020
Apr 23, 2022
Aug 21, 2018
Nov 15, 2018
Apr 16, 2020
Aug 30, 2018
Sep 20, 2020
Jun 22, 2020
Feb 11, 2020
Feb 10, 2020
Jun 20, 2018
Oct 3, 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.