upenn-cis1xx / camelot

A fully-modular OCaml style linter
https://opam.ocaml.org/packages/camelot/
Apache License 2.0
44 stars 5 forks source link

Just a note to @Vighnesh-V #80

Closed Vighnesh-V closed 3 years ago

Vighnesh-V commented 3 years ago

Rewrite camelot config lang to be waaaaay simpler. Maybe use yaml/toml?

Add new config options, e.g include / exclude, arguments to linting functions (e.g. disabling certain modules etc...)

Add option to 'check' a config file to verify that it is well formed ...

KeenWill commented 3 years ago

yaml >>> toml imo

Vighnesh-V commented 3 years ago

In progress