codeclimate-eslint icon indicating copy to clipboard operation
codeclimate-eslint copied to clipboard

Can't find definitions for ember rules.

Open rreckonerr opened this issue 5 years ago • 2 comments

Bug Template

import ActiveModelAdapter from "active-model-adapter";

Actual Behavior

Definition for rule 'ember/no-mixins' was not found. popup is shown. image

Expected Behavior

Codeclimate should be able to read eslint rules for eslint-plugin-ember

Steps to reproduce

plugins:
  eslint:
    enabled: true
    channel: "eslint-6"

rreckonerr avatar Sep 04 '20 15:09 rreckonerr

Hey @rreckonerr - thanks for the report! Can you send a link to this issue showing in Code Climate?

Happy to take a closer look. 👍

efueger avatar Sep 08 '20 14:09 efueger

Hi @efueger Codeclimate doesn't give any useful output regarding this error. I wonder if it might be related to this: https://github.com/codeclimate/codeclimate-eslint/tree/channel/eslint-6#temporarily-unavailable-plugins-and-configs . Seems like eslint-plugin-ember is disabled for some reason in cc eslint greater than v 3

rreckonerr avatar Sep 08 '20 14:09 rreckonerr