Created
April 7, 2014 22:33
-
-
Save nchapman/10069396 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Warning: Running "jscs:src" (jscs) task | |
Line must be at most 160 characters at app/tests/spec/lib/fxa-client.js : | |
409 | var publicKey = { | |
410 | algorithm: 'RS', | |
411 | n: '4759385967235610503571494339196749614544606692567785790953934768202714280652973091341316862993582789079872007974809511698859885077002492642203267408776123', | |
--------^ | |
412 | e: '65537' | |
413 | }; | |
>> 1 code style errors found! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment