Project

General

Profile

« Previous | Next » 

Revision a79595a7

Added by Michael Moll over 4 years ago

Fixes #29077 - Fix Style/Encoding cop

Also removes the need for disabling Layout/EmptyLineAfterMagicComment.

View differences:

.rubocop_todo.yml
Layout/EmptyLineAfterGuardClause:
Enabled: false
# Offense count: 1
# Cop supports --auto-correct.
Layout/EmptyLineAfterMagicComment:
Enabled: false
# Offense count: 32
# Cop supports --auto-correct.
# Configuration parameters: AllowAdjacentOneLineDefs, NumberOfEmptyLines.
......
Style/EmptyMethod:
Enabled: false
# Offense count: 1
# Cop supports --auto-correct.
Style/Encoding:
Enabled: false
# Offense count: 1
Style/EvalWithLocation:
Enabled: false
test/realm_freeipa/freeipa_provider_test.rb
# -*- coding: utf-8 -*-
require 'test_helper'
require 'xmlrpc/client'
require 'realm_freeipa/provider'

Also available in: Unified diff