Bozhidar Batsov
Bozhidar Batsov
The current CI setup uses Travis, which is essentially dead at this point.
I've noticed that the theme never tagged any releases, which is a problem for people using repositories for stable packages - e.g. MELPA Stable, the official ELPA repos, etc. (those...
The face is used for definitions, not variable references. (think `defvar` in Elisp) ### Old: That face should have font-locked the names in the var definitions here. ### New: Same...
It will run only on markdown files that were changed, so we can gradually get to an uniform code style for all of them.
This adds some default markdownlint configuration for the repo. I've opted to use the `jsonc` format, so I can have comments explaining the configuration settings.
As mentioned in #2965, I think that's the right place for this page in the menu. The link's the same, so there's nothing else that needs changing.
I've noticed that the sections on font-locking and indentation are missing in https://github.com/clojure-emacs/clojure-ts-mode/blob/main/doc/design.md#syntax-highlighting @rrudakov Would be interested in tacking this given all the recent work you've done on both fronts?...
## Is your feature request related to a problem? Please describe. The number of cops enabled by default can be overwhelming for people trying to adopt RuboCop. ## Describe the...
Our landing page at http://rubocop.org is quite spartan and dated, and I've been thinking we should probably improve it. Some things that come to mind: - a nicer layout -...
While playing with ESLint I noticed its approach to things like this string quotes, etc, and I think it'd be an improvement if we did the same in RuboCop instead...