-
Using 'literally' to emphasize a figurative expression is widespread. I'm not sure of the best way to handle this, but proselint could flag such use of the word as [informal](http://www.oxforddictiona…
-
Inspired by #1086 : almost all linters allow disabling individual checks (not just categories, as is the case today). Indeed, as someone who writes markdown in vim in a terminal, I really don't like o…
-
# Writing like a pro with vale & neovim
Learn how to setup and use vale, a syntax-aware prose linter with neovim for technical writing be it personal blogs or technical documentation.
[https://bhupe…
-
e.g., a group of cats is a "glaring".
http://www.oxforddictionaries.com/us/words/what-do-you-call-a-group-of
-
Cfr. vim-syntastic/syntastic/issues/1918.
When using syntastic with language-check on source files, program code is obviously parsed as language, and obviously has a lot of grammatical mistakes.
…
-
In addition to coala dependencies without wheels (https://github.com/coala/coala/issues/3753), the following bear dependencies need wheels:
```
Running setup.py install for autoflake: started
…
-
(Use the same technology used in interactive web demo.)
- [ ] Symbols
- [ ] Dates
- [ ] Denizen labels
etc.
-
Here are a few false positives I found when running proselint on a mathematical-statistical text. Some are based on a misinterpretation of technical terms, another on not being aware of embedded math.…
-
![screen shot 2018-07-09 at 14 31 31](https://user-images.githubusercontent.com/2140450/42453507-de1cd97a-8384-11e8-910a-c31ed46f8163.png)
This popup appears on every save. The extension is install…
-
Playbook applying some best practices for Ansible:
```yaml
---
- name: Install Linter Tools
hosts: localhost
gather_facts: false
tasks:
- name: Update apt cache
apt:
update_c…