Coder Social home page Coder Social logo

norminette's People

Contributors

actions-user avatar skrtks avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

pleahmacaka

norminette's Issues

Add support for CLion 223

The plugin isn't compatible with the current version of CLion (2022.3.2), and can't be activated on builds starting with release number 223 and higher.

Extra warning : wrong header protection name / header instructions

Describe the bug
Warning in header from plugin :
Norminette: Wrong header protection name,
Norminette: Header protection must include all the instructions.
But Norminette in terminal say it is OK!

To Reproduce
Steps to reproduce the behavior:

  1. Create a new test.h
  2. Add to your test.h :

#ifndef TEST_H
# define TEST_H

  1. Then add any function prototype. For me it would be:

void push_swap(int argc, char **argv)

  1. At the end of header don't forget:

#endif

  1. You'll see two warning on #ifndef and # define

Expected behavior
I expected that it would be no problem, but plugin said about two problems.

Screenshots

Screen Shot 2021-09-24 at 4 43 45 PM

System info :

  • Plugin version : 0.1.0
  • Clion : 2021.2.2
  • OS : macOS 10.14.6

External Norminette fails to run

If there is only whitespace on the last line, Norminette does not run properly and no errors are highlighted.

Example:
int x(void) { return (4); } <whitespace here>

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.