Skip to content
This repository has been archived by the owner on Aug 19, 2023. It is now read-only.

Commit

Permalink
Merge pull request #457 from hashview/v0.7.4-beta
Browse files Browse the repository at this point in the history
V0.7.4 beta
  • Loading branch information
i128 committed Nov 20, 2018
2 parents edaf289 + c6c3791 commit 2f9e3dd
Show file tree
Hide file tree
Showing 83 changed files with 271,351 additions and 269,220 deletions.
2 changes: 2 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ engines:
rubocop:
enabled: true
checks:
Rubocop/Style/FrozenStringLiteralComment:
enabled: false
Rubocop/Metrics/LineLength:
enabled: false
Rubocop/Metrics/AbcSize:
Expand Down
21 changes: 21 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# editorconfig.org

root = true


[*]

# Change these settings to your own preference
indent_style = space
indent_size = 2

# We recommend you to keep these unchanged
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false
30 changes: 30 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,36 @@ control/wordlists/*
!control/wordlists/password.gz
control/tmp/*
!control/tmp/.blank
control/rules/*
!control/rules/best64.rule
!control/rules/combinator.rule
!control/rules/d3ad0ne.rule
!control/rules/d3adhob0.rule
!control/rules/dive.rule
!control/rules/generated.rule
!control/rules/generated2.rule
!control/rules/HighUtil.rule
!control/rules/hob064.rule
!control/rules/Incisive-leetspeak.rule
!control/rules/InsidePro-HashManager.rule
!control/rules/InsidePro-PasswordsPro.rule
!control/rules/leetspeak.rule
!control/rules/LowUtil.rule
!control/rules/Ninja-leetspeak.rule
!control/rules/oscommerce.rule
!control/rules/rockyou-30000.rule
!control/rules/specific.rule
!control/rules/T0XlC.rule
!control/rules/T0XlC-insert_00-99_1950-2050_toprules_0_F.rule
!control/rules/T0XlC-insert_space_and_special_0_F.rule
!control/rules/T0XlC-insert_top_100_passwords_1_G.rule
!control/rules/T0XlCv1.rule
!control/rules/toggles1.rule
!control/rules/toggles2.rule
!control/rules/toggles3.rule
!control/rules/toggles4.rule
!control/rules/toggles5.rule
!control/rules/.blank
logs/*.log
!logs/.blank
logs/jobs/*
Expand Down
3 changes: 3 additions & 0 deletions .haml-lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
linters:
LineLength:
max: 99
Loading

0 comments on commit 2f9e3dd

Please sign in to comment.