k_builder 0.0.62 → 0.0.70

Sign up to get free protection for your applications and to get access to all the features.
data/~/last_cop.txt DELETED
@@ -1,19 +0,0 @@
1
- == /var/folders/jh/nffr8l5j4rzgc7s386gj770r0000gn/T/rspec-20210701-95573-12q1az6/make-pretty.rb ==
2
- C: 1: 1: Naming/FileName: The name of this source file (make-pretty.rb) should use snake_case.
3
- C: 1: 1: [Corrected] Style/FrozenStringLiteralComment: Missing frozen string literal comment.
4
- C: 2: 1: [Corrected] Layout/EmptyLineAfterMagicComment: Add an empty line after magic comments.
5
- C: 2: 1: [Corrected] Layout/IndentationWidth: Use 2 (not 0) spaces for indentation.
6
- C: 2: 1: [Corrected] Style/SingleLineMethods: Avoid single-line method definitions.
7
- C: 2: 19: [Corrected] Layout/SpaceAfterComma: Space missing after comma.
8
- W: 2: 20: [Corrected] Lint/UnusedMethodArgument: Unused method argument - xyz. If it's necessary, use _ or _xyz as an argument name to indicate that it won't be used.
9
- C: 2: 30: [Corrected] Layout/SpaceAroundOperators: Surrounding space missing for operator =.
10
- C: 3: 1: Style/Documentation: Missing top-level class documentation comment.
11
- C: 3: 4: [Corrected] Layout/TrailingEmptyLines: Final newline missing.
12
- C: 3: 28: [Corrected] Style/Semicolon: Do not use semicolons to terminate expressions.
13
- C: 3: 29: [Corrected] Layout/TrailingWhitespace: Trailing whitespace detected.
14
- C: 4: 3: [Corrected] Layout/IndentationWidth: Use 2 (not 0) spaces for indentation.
15
- C: 4: 13: [Corrected] Style/Semicolon: Do not use semicolons to terminate expressions.
16
- C: 4: 14: [Corrected] Layout/TrailingWhitespace: Trailing whitespace detected.
17
- W: 5: 1: [Corrected] Layout/DefEndAlignment: end at 5, 0 is not aligned with def at 3, 2.
18
-
19
- 1 file inspected, 16 offenses detected, 14 offenses corrected