-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not bind ruby version for development
- Loading branch information
Showing
2 changed files
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,18 +6,24 @@ | |
|
||
Welcome all of the contributions! | ||
|
||
## Development | ||
## Setup | ||
|
||
Install [Nix](https://nixos.org/) package manager. And following steps. | ||
Needs your ruby and [dprint](https://dprint.dev/) for development.\ | ||
If you are using [Nix](https://nixos.org/) package manager, [the definition](shell.nix) is included. | ||
|
||
```console | ||
$ git clone [email protected]:kachick/ruby-ulid.git | ||
$ cd ./ruby-ulid | ||
$ nix-shell | ||
$ dprint --version | ||
$ bundle install || bundle update | ||
``` | ||
|
||
Author is using vscode for development. For your information, the rubocop vscode integration shows wrong errors for Rakefile and ruby-ulid.gemspec as below | ||
Author is using vscode for development. | ||
|
||
### Note - rubocop in vscode | ||
|
||
For your information, the rubocop vscode integration shows wrong errors for Rakefile and ruby-ulid.gemspec as below | ||
|
||
```text | ||
The name of this source file (`Rakefile'`) should use snake_case. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters