Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • rubocop-rules rubocop-rules
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Jira
    • Jira
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • visible
  • rubocop-rulesrubocop-rules
  • Merge requests
  • !65

Merged
Created Nov 10, 2020 by Anthony Robin@anthony.robinDeveloper

🤖 Enable manually new cops (rubocop v1.2 friendly)

  • Overview 0
  • Commits 1
  • Pipelines 2
  • Changes 1

Tweaks Naming/VariableNumber cop to use snake_case configuration on variables (disable symbols and methods checking).

Enables:

  • Lint/DuplicateRegexpCharacterClassElement
  • Lint/EmptyBlock
  • Lint/NoReturnInBeginEndBlocks
  • Lint/ToEnumArguments
  • Lint/UnmodifiedReduceAccumulator
  • Style/ArgumentsForwarding
  • Style/DocumentDynamicEvalDefinition
  • Style/NegatedIfElseCondition
  • Style/SwapValues

✂ Removes all cops that have been automatically enabled by the Rubocop 1.0 release

Edited Nov 10, 2020 by Anthony Robin
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: rubocop_v1.2