We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b40858d commit e51962eCopy full SHA for e51962e
1 file changed
DEVELOP.rst
@@ -17,6 +17,9 @@ Then, run tests::
17
18
$ bundle exec rspec
19
20
+Linter
21
+======
22
+
23
Run linter::
24
25
$ bundle exec rubocop
@@ -25,6 +28,13 @@ Update linter violations file::
28
26
29
$ bundle exec rubocop --auto-gen-config
27
30
31
+Dependencies
32
+============
33
34
+Update lock file ``Gemfile.lock``::
35
36
+ $ bundle update
37
38
39
Preparing a Release
40
===================
0 commit comments