You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ and Metasploit's [Common Coding Mistakes](https://github.com/rapid7/metasploit-f
33
33
## Code Contributions
34
34
35
35
***Do** stick to the [Ruby style guide](https://github.com/bbatsov/ruby-style-guide).
36
-
*Similarly, **try** to get Rubocop passing or at least relatively quiet against the files added/modified as part of your contribution
36
+
**Do*get [Rubocop](https://rubygems.org/search?query=rubocop)relatively quiet against the code you are adding or modifying.
37
37
***Do** follow the [50/72 rule](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html) for Git commit messages.
38
38
***Do** create a [topic branch](http://git-scm.com/book/en/Git-Branching-Branching-Workflows#Topic-Branches) to work on instead of working directly on `master`.
0 commit comments