question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

cli: support for config files

See original GitHub issue

It would be great if config files would be supported, e.g. to ignore/whitelist terms (#114, https://github.com/btford/write-good/commit/685c0a24a490c13433a279cf1a1500e0cbcff992).

It would be useful if it supported an explicit config file via an argument, and otherwise look for a config starting from the linted file upwards, falling back to a global config in the user’s home (preferably XDG-style, i.e. ~/.config/writegood/config).

I assume / hope there a good libraries for this already?

As for the format: it would be nice if this wasn’t in JSON, so that it would allow for comments in it.

Issue Analytics

  • State:open
  • Created 4 years ago
  • Reactions:6
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
salutiscommented, Dec 6, 2020

FYI: This is a (surprising) show stopper. I want to use Vim + ALE + “write good” to check on my mathematical writing but I need to allow “if and only if” and other terms.

1reaction
oalderscommented, Jul 22, 2020

This would be really helpful. There are some things I’d like to disable on a per-project basis, but that’s not so easy when using Ale.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Configuration and credential file settings - AWS Documentation
The AWS CLI stores sensitive credential information that you specify with aws configure in a local file named credentials , in a folder...
Read more >
SDK and CLI Configuration File - Oracle Help Center
Learn how to provide the basic configuration information required in order for the Command Line Interface (CLI) and the SDKs to work.
Read more >
Configuration files · CLI11 Tutorial
You can tell your app to allow configure files with set_config("--config") . There are arguments: the first is the option name. If empty,...
Read more >
CLI Configuration | Terraform - HashiCorp Developer
The CLI configuration file configures per-user settings for CLI behaviors, which apply across all Terraform working directories. This is separate from your ...
Read more >
Update Configuration Files on a Switch through the CLI - Cisco
This article is a general guide to updating switch configuration files via CLI.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found