johnjones4/InBrief

View on GitHub
src/ui/widgets/RSS.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function renderEditor has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  renderEditor () {
    const tempConfig = this.getWidgetTempConfig()
    if (tempConfig) {
      return (
        <div>
Severity: Minor
Found in src/ui/widgets/RSS.js - About 1 hr to fix

    Function renderFeed has 29 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      renderFeed (feed, i) {
        return (
          <div className='rss-feed' key={i}>
            <div className='rss-feed-title widget-subhead'>
              {feed.title}
    Severity: Minor
    Found in src/ui/widgets/RSS.js - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status