Skip to content

Commit

Permalink
restructure repo
Browse files Browse the repository at this point in the history
Minor changes restructuring repo
  • Loading branch information
Humblemonk committed Jan 27, 2024
1 parent 6dc091d commit 70a6594
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 571 deletions.
34 changes: 17 additions & 17 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
# Configuration parameters: AllowComments.
Lint/EmptyConditionalBody:
Exclude:
- 'dice_maiden_logic.rb'
- 'src/dice_maiden_logic.rb'

# Offense count: 1
Lint/RescueException:
Exclude:
- 'dice_maiden_logic.rb'
- 'src/dice_maiden_logic.rb'

# Offense count: 3
Lint/UselessAssignment:
Expand Down Expand Up @@ -56,7 +56,7 @@ Metrics/PerceivedComplexity:
# Offense count: 1
Naming/AccessorMethodName:
Exclude:
- 'dice_maiden_logic.rb'
- 'src/dice_maiden_logic.rb'

# Offense count: 2
# Configuration parameters: IgnoredPatterns.
Expand All @@ -69,7 +69,7 @@ Naming/MethodName:
# AllowedNames: at, by, db, id, in, io, ip, of, on, os, pp, to
Naming/MethodParameterName:
Exclude:
- 'dice_maiden_logic.rb'
- 'src/dice_maiden_logic.rb'

# Offense count: 15
# Configuration parameters: AllowedIdentifiers.
Expand All @@ -81,7 +81,7 @@ Naming/VariableName:
# Cop supports --auto-correct.
Style/CaseLikeIf:
Exclude:
- 'dice_maiden_logic.rb'
- 'src/dice_maiden_logic.rb'

# Offense count: 5
# Cop supports --auto-correct.
Expand All @@ -91,33 +91,33 @@ Style/FrozenStringLiteralComment:
Exclude:
- 'Gemfile'
- 'dice_maiden.rb'
- 'dice_maiden_logic.rb'
- 'earthdawn_logic.rb'
- 'scripts/dice_maiden_quota.rb'
- 'src/dice_maiden_logic.rb'
- 'src/earthdawn_logic.rb'
- 'tools/dice_maiden_quota.rb'

# Offense count: 13
# Configuration parameters: AllowedVariables.
Style/GlobalVars:
Exclude:
- 'dice_maiden.rb'
- 'dice_maiden_logic.rb'
- 'src/dice_maiden_logic.rb'

# Offense count: 7
# Configuration parameters: MinBodyLength.
Style/GuardClause:
Exclude:
- 'dice_maiden_logic.rb'
- 'src/dice_maiden_logic.rb'

# Offense count: 10
Style/IdenticalConditionalBranches:
Exclude:
- 'dice_maiden_logic.rb'
- 'src/dice_maiden_logic.rb'

# Offense count: 1
# Cop supports --auto-correct.
Style/IfUnlessModifier:
Exclude:
- 'dice_maiden_logic.rb'
- 'src/dice_maiden_logic.rb'

# Offense count: 10
# Cop supports --auto-correct.
Expand All @@ -127,29 +127,29 @@ Style/NumericPredicate:
Exclude:
- 'spec/**/*'
- 'dice_maiden.rb'
- 'dice_maiden_logic.rb'
- 'src/dice_maiden_logic.rb'

# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle.
# SupportedStyles: short, verbose
Style/PreferredHashMethods:
Exclude:
- 'dice_maiden_logic.rb'
- 'src/dice_maiden_logic.rb'

# Offense count: 7
# Cop supports --auto-correct.
Style/StringConcatenation:
Exclude:
- 'dice_maiden.rb'
- 'dice_maiden_logic.rb'
- 'earthdawn_logic.rb'
- 'src/dice_maiden_logic.rb'
- 'src/earthdawn_logic.rb'

# Offense count: 6
# Cop supports --auto-correct.
Style/ZeroLengthPredicate:
Exclude:
- 'dice_maiden_logic.rb'
- 'src/dice_maiden_logic.rb'

# Offense count: 19
# Cop supports --auto-correct.
Expand Down
Loading

0 comments on commit 70a6594

Please sign in to comment.