RokuRoad / eslint-plugin-roku

ESLint plugin to parse and lint BrightScript files
MIT License
44 stars 9 forks source link

Add no-shorthand-if rule to the list of warnings #27

Closed evgygor closed 6 years ago

evgygor commented 6 years ago

Just add the rule no-shorthand-if to list of monitored rules in index.js Otherwise, the tool does not start to monitor it

Add fix to the issue https://github.com/RokuRoad/eslint-plugin-roku/issues/28

codecov[bot] commented 6 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@169202d). Click here to learn what that means. The diff coverage is 0%.

Impacted file tree graph

@@          Coverage Diff           @@
##             master   #27   +/-   ##
======================================
  Coverage          ?    0%           
======================================
  Files             ?     7           
  Lines             ?    75           
  Branches          ?    11           
======================================
  Hits              ?     0           
  Misses            ?    75           
  Partials          ?     0
Impacted Files Coverage Δ
src/rules/no-shorthand-if.ts 0% <0%> (ø)
src/index.ts 0% <0%> (ø)

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 169202d...dd6705b. Read the comment docs.

evgygor commented 6 years ago

Could you please publish the new NPM? Thanks

ialpert commented 6 years ago

:tada: This PR is included in version 1.1.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: