Skip to content

Instantly share code, notes, and snippets.

View ihpr's full-sized avatar
🧘
Meditating

Ihor Pronin ihpr

🧘
Meditating
  • Ukraine
View GitHub Profile
@ihpr
ihpr / phpmd.xml
Created March 31, 2018 17:28
PHP MD Configuration
<?xml version="1.0"?>
<ruleset name="Name">
<description>Name - PHP MD Ruleset</description>
<!-- CLEAN CODE RULES: http://phpmd.org/rules/cleancode.html -->
<rule ref="rulesets/cleancode.xml/BooleanArgumentFlag"/>
<rule ref="rulesets/cleancode.xml/ElseExpression"/>
<rule ref="rulesets/cleancode.xml/StaticAccess"/>
@ihpr
ihpr / multiple_ssh_keys_settings.md
Last active February 11, 2017 13:56
Multiple SSH keys settings for different GitHub accounts (full guide)