Skip to content

Commit 3f3e1aa

Browse files
committed
Revert file renames.
1 parent f100f15 commit 3f3e1aa

File tree

4 files changed

+10
-1
lines changed

4 files changed

+10
-1
lines changed

.rubocop_todo.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This configuration was generated by
22
# `rubocop --auto-gen-config`
3-
# on 2019-11-07 23:16:01 +0000 using RuboCop version 0.76.0.
3+
# on 2019-11-07 23:26:30 +0000 using RuboCop version 0.76.0.
44
# The point is for the user to remove these configuration records
55
# one by one as the offenses are removed from the code base.
66
# Note that changes in the inspected code, or installation of new
@@ -39,6 +39,15 @@ Metrics/ParameterLists:
3939
Metrics/PerceivedComplexity:
4040
Max: 8
4141

42+
# Offense count: 3
43+
# Configuration parameters: ExpectMatchingDefinition, Regex, IgnoreExecutableScripts, AllowedAcronyms.
44+
# AllowedAcronyms: CLI, DSL, ACL, API, ASCII, CPU, CSS, DNS, EOF, GUID, HTML, HTTP, HTTPS, ID, IP, JSON, LHS, QPS, RAM, RHS, RPC, SLA, SMTP, SQL, SSH, TCP, TLS, TTL, UDP, UI, UID, UUID, URI, URL, UTF8, VM, XML, XMPP, XSRF, XSS
45+
Naming/FileName:
46+
Exclude:
47+
- 'examples/morphology_compound-components.rb'
48+
- 'examples/morphology_han-readings.rb'
49+
- 'examples/morphology_parts-of-speech.rb'
50+
4251
# Offense count: 10
4352
Style/CommentedKeyword:
4453
Exclude:
File renamed without changes.

0 commit comments

Comments
 (0)