Pattern: Inconsistent metadata style
Issue: -
Checks for consistent metadata style.
# bad
describe 'Something', a: true
# good
describe 'Something', :a
# bad
describe 'Something', :a
# good
describe 'Something', a: true
Pattern: Inconsistent metadata style
Issue: -
Checks for consistent metadata style.
# bad
describe 'Something', a: true
# good
describe 'Something', :a
# bad
describe 'Something', :a
# good
describe 'Something', a: true