mirror of
https://github.com/openSUSE/osem.git
synced 2026-06-14 18:56:27 -04:00
The cop enforces use of self assignment operator E.g. a=a+2 gets written as a+=2. Also the offenses listed in rubocop.todo.yml have been corrected automatically with the --auto-correct option. Fixes issue #1531