We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecaee7d commit ca77bd5Copy full SHA for ca77bd5
ci/check_line_lengths.sh
@@ -2,7 +2,7 @@
2
3
if [ "$1" == "--help" ]; then
4
echo 'Usage:'
5
- echo ' MAX_LINE_LENGTH=80' "$0" 'src/**/*.md'
+ echo ' MAX_LINE_LENGTH=100' "$0" 'src/**/*.md'
6
exit 1
7
fi
8
0 commit comments