virtual-labs-archive / artificial-neural-networks-iiith

This repository contains the source for Artificial Neural Networks Lab IIITH
http://cse22-iiith.vlabs.ac.in
Other
5 stars 239 forks source link

Identifier 'MathJax_AMS' is not in camel case. (camelcase) #37

Open BSravanthi opened 5 years ago

BSravanthi commented 5 years ago

When it comes to naming variables, styleguides generally fall into one of two camps: camelcase (variableName) and underscores (variablename). This rule focuses on using the camelcase approach. If your styleguide calls for camelcasing your variable names, then this rule is for you! This rule looks for any underscores () located within the source code. It ignores leading and trailing underscores and only checks those in the middle of a variable name. If ESLint decides that the variable is a constant (all uppercase), then no warning will be thrown. Otherwise, a warning will be thrown. This rule only flags definitions and assignments but not function calls.

//Bad:
var my_favorite_color = "#112C85";
//Good:
var myFavoriteColor  = "#112C85";

Please refer to the following link to fix similar issues. https://app.codacy.com/app/BSravanthi/artificial-neural-networks-iiith/issues?&filters=W3siaWQiOiJMYW5ndWFnZSIsInZhbHVlcyI6W251bGxdfSx7ImlkIjoiQ2F0ZWdvcnkiLCJ2YWx1ZXMiOlsiQ29kZSBTdHlsZSJdfSx7ImlkIjoiTGV2ZWwiLCJ2YWx1ZXMiOltudWxsXX0seyJpZCI6IlBhdHRlcm4iLCJ2YWx1ZXMiOlsxNTUwXX0seyJ2YWx1ZXMiOltdfV0=

DevikaBoddu commented 5 years ago

Commit id's: cab7858-GeometricShapes.js 56a9a7b-LetterlikeSymbols.js 7d8b0b9-PUA.js 245d8dd-CombDiactForSymbols.js 1cd5e0d-GeneralPunctuation.js 227016c-SuppMathOperators.js 13c9fa2-Other.js 36ad7d0-Main.js(Script) d814f22-imagedata.js 1233073-jax.js f193459-Main.js(Greek) 85724fd-Main.js(Size3) 054d7ae-Main.js(WinChrome) e9d39d2-Main.js(WinIE6) 163aa55-HTML.js 62b89e7-unicode.js db68c38-mmultiscripts.js 8972565-MathJax.js 949d439-HTML.js cd1c139-BoxDrawing.js 849959a-Latin1Supplement.js 24db174-LatinExtendedA.js 0325b9f-MiscMathSymbolsB.js 8a98016-SpacingModLetters.js 015634c-Main.js(Caligraphic) 6fc9769-LetterlikeSymbols.js(Main) d274cf0-MathOperators.js(Main) 7f1f557-MiscSymbols.js 7ffdbd3-fontdata.js 2d5106a-Main.js(Size2) 4ccd80d-Main.js(Size4) 2ce05e0-jax.js e7bcc11-HTML.js(unpacked) f7656bc-AMSmath.js cb967f7-Dingbats.js e7a8243-GreekAndCoptic.js 93d1b20-SuppMathOperators.js 64632b7-BasicLatin.js 7a5b461-LatinExtendedB.js(Main) b6898cb-MiscMathSymbolsA.js 6029911-MiscTechnical.js 93d31cf-Other.js(Script) a5a17f4-Main.js(Size3) 5dbe214-Main.js(Size4) 7488d40-jax.js(mml) 04913c1-Main.js(Fraktur) c127bdf-Main.js(Typewriter) 5d85032-HTML.js(unpacked) 3f0b5fa-noerrors.js e39c774-TeX-AMS_HTML-full.js 7d82f50-TeX-AMS_HTML.js 7becf5d-CombDiacritMarks.js(fonts) 1ef8356-Main.js(fonts) d0b7d12-MiscTechnical.js(fonts) ca7de76-Main.js(fonts-Fraktur) 6ab43ec-Arrows.js(fonts) 7302214-GreekAndCoptic.js(fonts) be1319c-Latin1Supplement.js(fonts) 7528154-Main.js f5515aa-SupplementalArrowsA.js 4fd86e2-/main.js(sansserif) 65532ac-Main.js(Script) a369709-fontdata.js 36a470d-Mathjax.js b11f9fc-fontdata.js(STIX) 36089f1-fontdata.js(TeX) 6eac45c -Arrows.js bd45152 -BBBold.js 5bfc107 -EnclosedAlphanum.js cc925ec -GeneralPunctuation.js 3090e14 -MiscSymbols.js e9fbf66 -PUA.js 5fe03d3 -Other.js cc87591 -CombDiacritMarks.js db8c19a -GeometricShapes.js d1bc27b -LatinExtendedA.js 1b90f04 -SpacingModLetters.js af981d4 -Main.js 1a01468 -BasicLatin.js 61a0242 -Main.js 17dfb70 -BasicLatin.js 1e06c18 -Main.js 7993367 -Other.js 3e65815 -Main.js 94b49f9 -Main.js e9ef905 -Main.js 1c7f818 -MathOperator.js ea76dba -CombDiacritMarks.js

SadhuSantosh commented 5 years ago

valid fix: @DevikaBoddu

samhithavootkoor commented 5 years ago

validated-2 @DevikaBoddu