r7kamura / rspec-json_matcher

RSpec matcher for testing JSON string
MIT License
171 stars 10 forks source link

Auto-correct Style/Encoding #28

Closed github-actions[bot] closed 2 years ago

github-actions[bot] commented 2 years ago

Summary

Auto-corrected Style/Encoding.

Details

Style/Encoding

This cop checks ensures source files have no utf-8 encoding comments.

Examples

# bad
# encoding: UTF-8
# coding: UTF-8
# -*- coding: UTF-8 -*-

Note

This pull request was generated by rubocop_todo_corrector.