You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/lint/lint-rpc-help.sh
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,17 @@
3
3
# Copyright (c) 2018 The Bitcoin Core developers
4
4
# Distributed under the MIT software license, see the accompanying
5
5
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
6
+
#
7
+
# Check that all RPC help texts are generated by RPCHelpMan.
6
8
7
9
export LC_ALL=C
8
10
9
11
EXIT_CODE=0
12
+
13
+
# Assume that all multiline strings passed into a runtime_error are help texts.
14
+
# This is potentially fragile, but the linter is only temporary and can safely
0 commit comments