Skip to content

Commit 04fb0d3

Browse files
committed
rubocop: disable InsecureHashAlgorithm check
We use sha1 as a checksum for deciding when pages are out of date (so a weak algorithm is fine). This is really independent of Git's use of sha1, so I think it could just be changed. But it would probably involve a complete re-import of all of the pages. So let's just ignore it for the purposes of this PR.
1 parent 375af27 commit 04fb0d3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.rubocop.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,6 @@ Rails/HelperInstanceVariable:
2121

2222
Rails/TimeZone:
2323
Enabled: false
24+
25+
GitHub/InsecureHashAlgorithm:
26+
Enabled: false

0 commit comments

Comments
 (0)