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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 52c0b3b6cb2daf28a09b46b92395b0031dca520af02ff829622a914a554931d3
4
- data.tar.gz: 7b47eb73a7a97578d564709f020ac1c8a831a406fc1e076406c2905b78d0c091
3
+ metadata.gz: 0a3905a9a153133cba22710cb79609fce822905727e99a348c682148c9224836
4
+ data.tar.gz: 05b39e2c73538bdd1d8c665f06cbcd52694fd0891355a352c2cf01c75d72212f
5
5
  SHA512:
6
- metadata.gz: 9bca38fa14d587fdacefcd43e259c7f8549609cd1dd2658913155a021070eae6208995acfca424e936bc62462e316383ab2fa9a5eadaeae839d892820da43c0b
7
- data.tar.gz: 631b044f84ea498713fa8bbfeb74822dab2eede5788ce2dcd46c98385b85daff495841bb7bda3ebeddb1648a08986539b5ee01892584cba5f800f7ec4c35ecca
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 = performance_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))
@@ -2,5 +2,5 @@
2
2
 
3
3
  module RokuBuilder
4
4
  # Version of the RokuBuilder Gem
5
- VERSION = "4.25.0"
5
+ VERSION = "4.25.1"
6
6
  end
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.0
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-04 00:00:00.000000000 Z
11
+ date: 2022-03-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubyzip