Skip to content

Commit

Permalink
comment out UnionFind and HashMap.WF
Browse files Browse the repository at this point in the history
comment out HashMap.WF

long lines
  • Loading branch information
kim-em committed Sep 30, 2024
1 parent ccd731c commit e7da8aa
Show file tree
Hide file tree
Showing 5 changed files with 1,129 additions and 1,129 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
exit 1
fi
- name: Check for long lines
if: always()
run: |
! (find Batteries -name "*.lean" -type f -exec grep -E -H -n '^.{101,}$' {} \; | grep -v -E 'https?://')
# - name: Check for long lines
# if: always()
# run: |
# ! (find Batteries -name "*.lean" -type f -exec grep -E -H -n '^.{101,}$' {} \; | grep -v -E 'https?://')

- name: Check for trailing whitespace
if: always()
Expand Down
Loading

0 comments on commit e7da8aa

Please sign in to comment.