Add linters and pre-commit hook

This commit is contained in:
Pranav Raj Sreepuram
2019-08-21 10:27:57 +05:30
parent d8702aa8aa
commit 6e4fec2b55
9 changed files with 2898 additions and 70 deletions

4
.rubocop.yml Normal file
View File

@@ -0,0 +1,4 @@
Metrics/LineLength:
Max: 150
Documentation:
Enabled: false