Skip to content

Commit

Permalink
rubocop: The docs markdown linting files don't need to be `typed: str…
Browse files Browse the repository at this point in the history
…ict`
  • Loading branch information
issyl0 committed Aug 12, 2024
1 parent 9cfeb87 commit 8fc4738
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/.rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,7 @@ Style/TopLevelMethodDefinition:
# Formulae and Casks no longer use `rm_f`/`rm_rf`, so the docs need to match.
Lint/NonAtomicFileOperation:
Enabled: false

# The markdown linter config files don't need to be typed strict.
Sorbet/StrictSigil:
Enabled: false

0 comments on commit 8fc4738

Please sign in to comment.