### Feature description 1. ``require("guard.filetype")("java"):lint("checkstyle")`` - There is no way to run the linter if a formatter is not configured. 2. Provide ``Guard lint`` to only lint and not format file. Also make ``Guard fmt`` to only format and not lint file. 3. Can I have a combination where linter is run asynchronously and formatter is run synchronously. 4. Provide options for configuring async nature of linters and formatters in ``vim.g.guard_config``.
Feature description
require("guard.filetype")("java"):lint("checkstyle")- There is no way to run the linter if a formatter is not configured.Guard lintto only lint and not format file. Also makeGuard fmtto only format and not lint file.vim.g.guard_config.