Tools: linter is picking up build directory

Created on 24 May 2017  路  4Comments  路  Source: Polymer/tools

I noticed that when running polymer lint from the root directory that it is picking up the build/ directory.

I am running polymer-cli v1.1.0

Steps to Reproduce

  1. npm i -g polymer-cli
  2. mkdir test && cd $_
  3. polymer init polymer-2-starter-kit
  4. polymer build
  5. polymer lint

Expected Outcome

polymer lint command succeeds without any errors or warnings

Actual Outcome

polymer lint fails and outputs a bunch of errors from the build/ directory.

linter Medium Available Bug wontfix

Most helpful comment

Just confirmed I'm still seeing this. v1.6.0 of Polymer CLI

All 4 comments

I've been struggling with this for a few months as well. It can be pretty frustrating.

Just confirmed I'm still seeing this. v1.6.0 of Polymer CLI

@usergenic Is this an analyzer issue?/Should I move it over there?

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Was this page helpful?
0 / 5 - 0 ratings