Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add additional linters for LaTeX #15

Open
robert-7 opened this issue Sep 22, 2023 · 0 comments
Open

Add additional linters for LaTeX #15

robert-7 opened this issue Sep 22, 2023 · 0 comments

Comments

@robert-7
Copy link
Owner

Add additional linters for LaTeX files

- id: csquotes
  name: All quotation marks should use csquotes
  description: Ensure the use of LaTeX csquotes and prohibits manual quotation marks.
  entry: "``.*''|''.*''"
  language: pygrep
  types: [file, tex]
  minimum_pre_commit_version: "2.8.0"
- id: ensure-labels-for-sections
  name: Ensure each section has a matching label
  entry: ensure-labels
  language: rust
  types: [file, tex]
  minimum_pre_commit_version: "2.8.0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant