This file contains hidden or 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
inherit_from: ../.rubocop.yml | |
require: | |
- rubocop-rails | |
- rubocop-minitest | |
Minitest/MultipleAssertions: | |
Enabled: false | |
Minitest/EmptyLineBeforeAssertionMethods: | |
Enabled: false |
This file contains hidden or 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
<snippet> | |
<content><![CDATA[ | |
<!-- MarkdownTOC autolink=true autoanchor=true --> | |
<!-- /MarkdownTOC --> | |
]]></content> | |
<!-- Optional: Set a tabTrigger to define how to trigger the snippet --> | |
<tabTrigger>toc</tabTrigger> | |
<!-- Optional: Set a scope to limit where the snippet will trigger --> | |
<scope>text.html.markdown</scope> |
This file contains hidden or 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
### Keybase proof | |
I hereby claim: | |
* I am phallguy on github. | |
* I am phallguy (https://keybase.io/phallguy) on keybase. | |
* I have a public key whose fingerprint is 377C 5A37 0BC1 A98C 4348 EE32 A2D2 F810 218B D2A9 | |
To claim this, I am signing this object: |
This file contains hidden or 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
# Save in ~/.pryrc | |
begin | |
require 'awesome_print' | |
rescue LoadError => err | |
puts "no awesome_print :(" | |
end | |
begin |