Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,726 contributions in the last year
Activity overview
Contributed to
rubocop-hq/rubocop,
clojure-emacs/cider,
clojure-emacs/cider-nrepl
and 5 other
repositories
Contribution activity
July 2020
Created a pull request in DmitryTsepelev/rubocop-graphql that received 1 comment
- Use `Cop::Base` API for `Naming` department
- Refactor documentation generator and make it usable for related projects
- Enhance `Gemspec/RequiredRubyVersion` cop with check that `required_ruby_version` is specified
- Add new `Style/ClassMethodsDefinitions` cop
- Add new `Lint/MissingSuper` cop
- Add new `Style/StringConcatenation` cop
- Add AllowedCompactTypes option for Style/RaiseArgs
- Small file finding refactor
- Add new `Style/HashLikeCase` cop
- Add new `Style/RedundantFileExtensionInRequire` cop
- Add new `Style/HashArrayLastItem` cop
- [Fix #8256] Fix an error for `--auto-gen-config` when running a cop without autocorrect
- Add new `CountAsOne` option for code length related `Metric` cops
- Detect top-level constant usage like `::Const`
- Add new `Style/AccessorGrouping` cop
- Add new `Style/BisectedAttrAccessor` cop
- Add new `AsciiConstants` option for `Naming/AsciiIdentifiers`.
- Simplify logic for UncommunicativeName.
- BreakNode / ReturnNode / NextNode: Multiple fixes
- SendNode: Optimize arguments handling
- Remove `RetryNode`.
- Simplify and optimize.
- Add Node#global_const?
- NodePattern: Allow full expressions as function arguments
- Fix `ProcessedSource#commented?` for multi-line ranges. Add `ProcessedSource#commented_line?`
- [Fixes #44] Use parser's new emit_forward_arg by default
- Deprecate all `each_...` and `find_...` that add no value
Created an issue in alexmurray/emacs-snap that received 10 comments
emacsclient is not working
After writing an article on installing Emacs via snap (https://emacsredux.com/blog/2020/07/18/installing-emacs-via-snap/), some readers pointed me …
10
comments