Giter Club home page Giter Club logo

cfn-lint-plugin's Introduction

cfn-lint-plugin's People

Contributors

andreasfranz avatar mattbrzezinski avatar michaelbrewer avatar mvanholsteijn avatar patmyron avatar thellior avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

cfn-lint-plugin's Issues

Broken Pipe

PyCharm 2018.3.3, Plugin version 0.1.4, cfn-lint version 0.13.1
I'm regularly getting the following exception in PyCharm (though not all the time).
When it happens, I'm still able to lint from cli easily enough.


java.lang.RuntimeException: java.io.IOException: Broken pipe
	at io.binx.cfnlint.plugin.utils.CommandLineWithInput.createProcess(CommandLineWithInput.java:29)
	at io.binx.cfnlint.plugin.utils.CheckRunner.execute(CheckRunner.java:88)
	at io.binx.cfnlint.plugin.utils.CheckRunner.runCheck(CheckRunner.java:40)
	at io.binx.cfnlint.plugin.CheckExternalAnnotator.doAnnotate(CheckExternalAnnotator.java:66)
	at io.binx.cfnlint.plugin.CheckExternalAnnotator.doAnnotate(CheckExternalAnnotator.java:28)
	at com.intellij.codeInsight.daemon.impl.ExternalToolPass.doAnnotate(ExternalToolPass.java:184)
	at com.intellij.codeInsight.daemon.impl.ExternalToolPass.access$600(ExternalToolPass.java:40)
	at com.intellij.codeInsight.daemon.impl.ExternalToolPass$1.lambda$run$1(ExternalToolPass.java:158)
	at com.intellij.openapi.progress.util.BackgroundTaskUtil.lambda$runUnderDisposeAwareIndicator$10(BackgroundTaskUtil.java:244)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$3(CoreProgressManager.java:180)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:164)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:582)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:532)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:87)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:151)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:180)
	at com.intellij.openapi.progress.util.BackgroundTaskUtil.runUnderDisposeAwareIndicator(BackgroundTaskUtil.java:264)
	at com.intellij.openapi.progress.util.BackgroundTaskUtil.runUnderDisposeAwareIndicator(BackgroundTaskUtil.java:243)
	at com.intellij.codeInsight.daemon.impl.ExternalToolPass$1.run(ExternalToolPass.java:157)
	at com.intellij.util.ui.update.MergingUpdateQueue.execute(MergingUpdateQueue.java:336)
	at com.intellij.util.ui.update.MergingUpdateQueue.execute(MergingUpdateQueue.java:326)
	at com.intellij.util.ui.update.MergingUpdateQueue.lambda$flush$1(MergingUpdateQueue.java:276)
	at com.intellij.util.ui.update.MergingUpdateQueue.flush(MergingUpdateQueue.java:290)
	at com.intellij.util.ui.update.MergingUpdateQueue.run(MergingUpdateQueue.java:245)
	at com.intellij.util.concurrency.QueueProcessor.runSafely(QueueProcessor.java:232)
	at com.intellij.util.Alarm$Request.runSafely(Alarm.java:356)
	at com.intellij.util.Alarm$Request.run(Alarm.java:343)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at com.intellij.util.concurrency.SchedulingWrapper$MyScheduledFutureTask.run(SchedulingWrapper.java:228)
	at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:227)
	at com.intellij.util.concurrency.BoundedTaskExecutor.access$100(BoundedTaskExecutor.java:26)
	at com.intellij.util.concurrency.BoundedTaskExecutor$2$1.run(BoundedTaskExecutor.java:200)
	at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:229)
	at com.intellij.util.concurrency.BoundedTaskExecutor$2.run(BoundedTaskExecutor.java:194)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.io.IOException: Broken pipe
	at java.io.FileOutputStream.writeBytes(Native Method)
	at java.io.FileOutputStream.write(FileOutputStream.java:326)
	at java.io.BufferedOutputStream.write(BufferedOutputStream.java:122)
	at com.google.common.io.ByteStreams.copy(ByteStreams.java:113)
	at com.google.common.io.ByteSource.copyTo(ByteSource.java:246)
	at io.binx.cfnlint.plugin.utils.CommandLineWithInput.createProcess(CommandLineWithInput.java:27)
	... 37 more```

Support for .template files

We have all of our CFTs configured with a .template extension. The docs seem that it's supported but it's actually not. I verified this by changing the extension to .json and it began working although not as good as the VSCode extension. It would help if this plugin supported the .template extension.

Incompatible with Intellij 2019.2

Hi,

first of all thank you for this amazing plugin. πŸ‘
I would like to let you know thats incompatible with the most recent version of Intellij (and maybe other IDEs).

I dont have any experience with Intellij plugins but If I can help you let me know.

Thanks ☺️

Does not work on Pycharm 2018.3

cfn-lint ver 0.1.3 does not work with Pycharm 2018.3 community edition. Install plugin from disk then it says.. "Plugin cfn-lint is incompatible with this installation". https://imgur.com/a/CazKyir

PyCharm 2018.3 (Community Edition)
Build #PC-183.4284.139, built on November 20, 2018
JRE: 1.8.0_152-release-1343-b15 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
macOS 10.13.6

IDE version 2024.1 not supported

Plugin 'cfn-lint' (version '0.1.27') is not compatible with the current version of the IDE, because it requires build 233.* or older but the current build is IU-241.14494.240

I hope it is an easy fix...
Thank you.

Plugin doesn't seem to interface well with binary

I just installed/tried the intellij plugin (from the marketplace) for the first time. Figured out it needs an external install of cfn-lint, did yarn global add cfn-lint.

The following now happens every time I edit our cf.yml:
image
image

System info:
image
image
image

Any help, please?

Incompatible with IntelliJ 2020.1

Thank you for providing this great integration plugin for IntelliJ.

I just updated to the released 2020.1 version and the plugin is incompatible. Could you update the plugin to support the latest version?

Not compatible with 2021.1 version

Plugin 'cfn-lint' (version '0.1.17') is not compatible with the current version of the IDE, because it requires build 203.* or older but the current build is IU-211.6693.111

plugin fails to install into PyCharm 2019 community edition

cfn-lint plugin fails to install on PyCharm 2019 community edition. I tried ver 0.1.3, 0.1.4, 0.1.5 and 0.1.6 all with the same result.. "Plugin cfn-lint is incompatible with this installation". https://pasteboard.co/JBSCj2V.png

PyCharm 2019.3.1 (Community Edition)
Build #PC-193.5662.61, built on December 18, 2019
Runtime version: 11.0.5+10-b520.17 x86_64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
macOS 10.14.6
GC: ParNew, ConcurrentMarkSweep
Memory: 1979M
Cores: 12
Registry:
Non-Bundled Plugins: AWSCloudFormation, aws.toolkit, com.intellij.plugin.adernov.powershell, ru.adelf.idea.dotenv, ru.meanmail.plugin.requirements

Does not work on IDEA 2018.2

The plugin does not work on:

IntelliJ IDEA 2018.2 (Ultimate Edition)
Build #IU-182.3684.101, built on July 24, 2018
JRE: 1.8.0_152-release-1248-b8 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
macOS 10.13.6

Downloading and installing from disk tells: Plugin is incompatible with this installation

Does not support Intellij 2020.3.*

I just updated my Intellij to 2020.3 and this plugin no longer functions. Please upgrade it to be supported in 2020.3.*. Here is the error message:

12/4/2020
1:51 PM Plugin error: Plugin 'cfn-lint' (version '0.1.16') is not compatible with the current version of the IDE, because it requires build 202.* or older but the current build is IC-203.5981.155

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.