diff --git a/.rubocop.yml b/.rubocop.yml index 8579de0..7979873 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -11,16 +11,10 @@ AllCops: Lint/AssignmentInCondition: Enabled: false -Bundler/OrderedGems: - Enabled: false - # Enforcing this results in a lot of unnecessary indentation. Style/ClassAndModuleChildren: Enabled: false -Style/CollectionMethods: - Enabled: false - Style/Documentation: Exclude: - 'spec/**/*' @@ -29,16 +23,6 @@ Style/Documentation: Layout/DotPosition: EnforcedStyle: leading -Style/FormatString: - Enabled: false - -Naming/FileName: - Exclude: - - 'bin/haml-lint' - - 'Gemfile' - - 'Rakefile' - - '*.gemspec' - Style/GuardClause: Enabled: false @@ -107,11 +91,6 @@ Naming/PredicateName: Style/SignalException: Enabled: false -# Forcing a particular name (e.g. |a, e|) for inject methods prevents you from -# choosing intention-revealing names. -Style/SingleLineBlockParams: - Enabled: false - Style/SpecialGlobalVars: Enabled: false @@ -139,8 +118,5 @@ Style/TrailingCommaInArrayLiteral: Style/TrailingCommaInHashLiteral: Enabled: false -Style/TrivialAccessors: - Enabled: false - Lint/Void: Enabled: false