Akshat Karani

Results 8 issues of Akshat Karani

There are a couple of unused and double imports in `ShowAppliedPatchesActionTest.py` and `GeneratePatchesActionTest.py` difficulty/newcomer

This updates `Writing_Native_Bears.rst` to briefly explain how bears can suggest multiple patches.

The `line_number` property for `Setting` class should be changed to `start_line_number` as it is the starting line number of a setting. difficulty/newcomer

type/bug
difficulty/newcomer

In docstring for `get_config_directory` multiple times double quotes are used instead of preferred single quotes. difficulty/newcomer

difficulty/newcomer
area/documentation
area/aspects

This adds two new actions for `GitCommitBear`: 1. `AddNewlineAction`: This adds a newline between shortlog and body of the commit message. 2. `EditCommitMessageAction`: Open an editor in which user can...

status/blocked

This removes the file argument when the result is yielded from `DuplicateFileBear`. Fixes https://github.com/coala/coala-bears/issues/2945 This also adds a new action for `DuplicateFileBear`, `DeleteFileAction`.

This adds support for `FilenameBear` to provide multiple patches whenever it cannot guess a suitable naming convention. asciinema of [this](https://asciinema.org/a/M6q4Tz1UrDYNxekT2s5OcyUE8)

Applying `IgnoreResultAction` on results originating from `DuplicateFileBear` gives the following error ``` **** DuplicateFileBear [Section: duplicate | Severity: INFO] **** ! ! File /home/akshat/coala-repos/coala-tutorial/src/add.py is identical to File /home/akshat/coala-repos/coala-tutorial/src/dup_add.py [...