We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1bf64e commit 5069cdcCopy full SHA for 5069cdc
ci/code_checks.sh
@@ -190,9 +190,8 @@ if [[ -z "$CHECK" || "$CHECK" == "patterns" ]]; then
190
invgrep -R --include="*.rst" ".. ipython ::" doc/source
191
RET=$(($RET + $?)) ; echo $MSG "DONE"
192
193
- # Check for blank lines after the class definition
194
MSG='Check for extra blank lines after the class definition' ; echo $MSG
195
- invgrep -R --include="*.py" --include="*.pyx" -E 'class.*:\n\n( )+"""' doc/source/
+ invgrep -R --include="*.py" --include="*.pyx" -E 'class.*:\n\n( )+"""' .
196
197
198
MSG='Check that no file in the repo contains trailing whitespaces' ; echo $MSG
0 commit comments