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.
- checksums.yaml +4 -4
- data/Sample-original.xml +103 -0
- data/Sample.drawio +103 -0
- data/Sample.xml +103 -0
- data/assets/a.html +235 -0
- data/assets/b.html +109 -0
- data/assets/highlight.min.js +1120 -0
- data/assets/highlight_css +1 -0
- data/assets/ruby.min.js +7 -0
- data/hooks/pre-commit +4 -2
- data/k_builder.gemspec +0 -1
- data/lib/k_builder/base_builder.rb +292 -22
- data/lib/k_builder/commands/code_syntax_highlighter_command.rb +71 -0
- data/lib/k_builder/commands/rubo_cop_command.rb +1 -1
- data/lib/k_builder/configuration.rb +22 -12
- data/lib/k_builder/version.rb +1 -1
- data/lib/k_builder.rb +4 -0
- metadata +12 -4
- data/~/last_cop.txt +0 -19
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
|