Skip to content

1.0.0

Choose a tag to compare

@s-heppner s-heppner released this 24 Apr 19:53
· 9 commits to main since this release
6a8f3b6

This is the first major release of the bibtex_linter.

It comes with the basic functionality of parsing most (not all) BibTex entries to a BibTeXEntry class, which in turn can be used to perform arbitrary invariant checks on them.

The main script (at bibtex_linter.main.main) takes a path to a BibTeX file as input and uses a default ruleset, which however can easily be replaced by your own set of rules.

For details, refer to the project README.md.