jellyfin / jellyfin-expo

Jellyfin Mobile for iOS
https://jellyfin.org
Mozilla Public License 2.0
304 stars 66 forks source link

Add eslint rule for empty functions #327

Closed thornbill closed 2 years ago

thornbill commented 2 years ago

Sonarcube does not like empty functions, so I've updated eslint to also raise an error for them.

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

codecov[bot] commented 2 years ago

Codecov Report

Merging #327 (6b02074) into master (5ce2c13) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #327   +/-   ##
=======================================
  Coverage   37.77%   37.77%           
=======================================
  Files          39       39           
  Lines         720      720           
  Branches      144      144           
=======================================
  Hits          272      272           
  Misses        402      402           
  Partials       46       46           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5ce2c13...6b02074. Read the comment docs.