roku_builder 4.25.0 → 4.25.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/roku_builder/plugins/analyzer.rb +2 -1
- data/lib/roku_builder/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0a3905a9a153133cba22710cb79609fce822905727e99a348c682148c9224836
|
4
|
+
data.tar.gz: 05b39e2c73538bdd1d8c665f06cbcd52694fd0891355a352c2cf01c75d72212f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eb41fefe18f84f23cf38b7404d08c1b8ae84466373e0098711766b2006ff75f607c92ebc640b4188059bf92924f1e7c9eadd3e06d8f929f9f5664462781ac558
|
7
|
+
data.tar.gz: 9a6f5e63ba200dcd844274b3a8513d2c01da66248a74a8df5e095a7280572a120613b0891f218bc05e3c250cae33c5aab195e7fee976292628a3e903c94c2b30
|
@@ -47,7 +47,8 @@ module RokuBuilder
|
|
47
47
|
file = file_path.dup; file.slice!(dir)
|
48
48
|
unless libraries.any_is_start?(file) and not @options[:include_libraries]
|
49
49
|
if File.file?(file_path) and file_path.end_with?(".brs", ".xml")
|
50
|
-
line_inspector_config =
|
50
|
+
line_inspector_config = []
|
51
|
+
line_inspector_config = performance_config unless linter_config[:skip_performance]
|
51
52
|
line_inspector_config += linter_config[:rules] if linter_config[:rules]
|
52
53
|
line_inspector = LineInspector.new(inspector_config: line_inspector_config, indent_config: linter_config[:indentation])
|
53
54
|
@warnings.concat(line_inspector.run(file_path))
|
data/lib/roku_builder/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: roku_builder
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.25.
|
4
|
+
version: 4.25.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- greeneca
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-03-
|
11
|
+
date: 2022-03-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubyzip
|