mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-03-11 17:49:25 -05:00
Just rename file
This commit is contained in:
@@ -62,3 +62,13 @@ repos:
|
||||
name: format quarto markdown
|
||||
additional_dependencies: [mdformat-frontmatter]
|
||||
files: ^contents/.*\.qmd$
|
||||
|
||||
# # ✅ Add Vale for linting prose and enforcing style rules
|
||||
# - repo: https://github.com/errata-ai/vale
|
||||
# rev: v2.28.2 # Use latest stable version
|
||||
# hooks:
|
||||
# - id: vale
|
||||
# name: lint with vale
|
||||
# entry: vale
|
||||
# files: ^contents/.*\.qmd$
|
||||
# types: [text]
|
||||
@@ -5,5 +5,3 @@ ignorecase: true
|
||||
swap:
|
||||
# Common pattern: list of three items without Oxford comma
|
||||
'(\b\w+\b), (\b\w+\b) and (\b\w+\b)': '\1, \2, and \3'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user