Giter Site home page Giter Site logo

coala-emacs's Introduction

image


"Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live."John F. Woods


Linux Build Status Windows Build status macOS Build Status codecov.io Documentation Status AGPL OpenHub


coala provides a unified interface for linting and fixing code with a single configuration file, regardless of the programming languages used. You can use coala from within your favorite editor, integrate it with your CI, get the results as JSON, or customize it to your needs with its flexible configuration syntax.

coala supports popular programming languages including Python, C/C++, Java, JavaScript, CSS, and several others out of the box.

Install coala | Get Involved | Chat | Roadmap | Blog | Twitter

coala-emacs's People

Contributors

alexmurray avatar fleimgruber avatar jayvdb avatar kiy4h avatar lepisma avatar man-jain avatar manankalra avatar rohanvb avatar salil-gtm avatar sils avatar

Stargazers

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

Watchers

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

coala-emacs's Issues

ok now I'm sure..this is an emacs specific error

Ok, somethings wrong with flycheck-coala or I don't know

This is what my file tree look like, where @ is my repo's root

@
├── README.md
├── .coafile
└── src
    ├── for.py
    ├── maxIndex.py
    ├── nQueen
    │   ├── IterativeNQueenAll.java
    │   ├── IterativeNQueen.java
    │   ├── RecursiveNQueenAll.java
    │   └── RecursiveNQueen.java
    ├── reddi-t.py
    ├── sort.py
    └── SumOfDigits.py

and this is my .coafile

[Default]
bears = SpaceConsistencyBear, PEP8Bear
files = src/*.py
use_spaces = True

# http://docs.coala.io/en/latest/Users/coafile.html

Executing coala from root, executes bears properly and I can apply patches, but in emacs no linting is happening, like it used too from pylint and I am getting this JSON parse error
Error from syntax checker coala: JSON readtable error [2 times]

Thanks for the help

Add ISSUE_TEMPLATE.md

Add a file named ISSUE_TEMPLATE.md which includes general information and guidelines for issue reporter, you can see ISSUE_TEMPLATE.md of coala repository for reference.
label: initiatives/gci
Opened by @Monal5031 at gitter//Monal5031

Old version of .coafile

This repo is using an old version of .coafile standard that needs to be updated to explicit setting inheritance in accordance to the new standard.

I am getting a Json error

Error from syntax checker coala: JSON readtable error

I have pip3, coala and flycheck-coala from source. On windows 10 and using Emacs 25.1.1.
I am getting the error when trying to edit a python file, nothing is linted. I am also getting that error when try to lint it from cmd. I have both python 2 and 3 installed.

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.