Giter Site home page Giter Site logo

shawnb457 / cordova-linter Goto Github PK

View Code? Open in Web Editor NEW

This project forked from trott/cordova-linter

0.0 2.0 0.0 7.17 MB

Find common patterns in HTML, CSS, and JavaScript that are incompatible with Apache Cordova and PhoneGap

License: Apache License 2.0

cordova-linter's Introduction

cordova-linter Build Status

Find common patterns in HTML, CSS, and JavaScript that are incompatible with Apache Cordova and PhoneGap.

Getting Started

Install the tool with: npm install -g cordova-linter

Then lint a project with: cordova-linter path/to/your/project

Things The Linter Flags

  • absolute paths in src or href attributes
  • protocol-less paths in src or href attributes
  • omission of a script tag loading cordova.js

Upcoming

I'll be doing these as I get a chance, but you should totally fork the project and implement these yourself, yo.

  • Find potentially problematic uses of load event when deviceReady is what is really needed.
  • Issue #1: Flag techniques used to trigger deviceReady in the browser for testing if they should be removed from a production build.
  • Detect CSS transitions that would benefit from hardware acceleration via the translate3d hack?
  • Detect use of click event handlers without FastClick loaded
  • Detect loading of phonegap.js instead of cordova.js
  • Detect when an app isn't a single-page app? Or is that overkill? I mean, that's not really a lint thing, that's a whole app architecture thing.
  • What else?

Documentation

(Coming soon)

Examples

(Coming soon)

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.

Release History

(Nothing yet)

License

Copyright (c) 2013 Rich Trott Licensed under the Apache 2.0 license.

cordova-linter's People

Contributors

trott avatar

Watchers

 avatar  avatar

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.