Skip to content

Commit 8c68664

Browse files
committed
chore(rstcheck): update config key name
The config for rstcheck changed slightly, it expects ignore_language to be ignore_languages now. Signed-off-by: Randolph Sapp <[email protected]>
1 parent fbf1048 commit 8c68664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.rstcheck.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
ignore_directives = ifconfig
33
# ignore the following languages because they require external compilers and
44
# snippets in this repo depend on external code
5-
ignore_language = c,cpp,c++
5+
ignore_languages = c,cpp,c++

0 commit comments

Comments
 (0)