🚀 DAY 2 OF LAUNCH WEEK: Unify Your Security Stack with Socket Basics.Learn more →
Socket
Book a DemoInstallSign in
Socket

cordova-linter

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-linter

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

latest
Source
npmnpm
Version
0.1.7
Version published
Maintainers
1
Created
Source

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.

FAQs

Package last updated on 28 Jan 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts