Skip to content

linter is sensitive to locale #15576

Closed
@refack

Description

@refack
  • Version: master
  • Platform: Linux
  • Subsystem: build
[iojs@test-joyent-freebsd10-x64-2]$ LC_ALL=en_US node tools/eslint/bin/eslint.js --rulesdir=tools/eslint-rules lib/internal/errors.js
[iojs@test-joyent-freebsd10-x64-2]$ LC_ALL=C node tools/eslint/bin/eslint.js --rulesdir=tools/eslint-rules lib/internal/errors.js

/usr/home/iojs/build/workspace/node-test-linter/lib/internal/errors.js
  147:1  error  Errors in lib/internal/errors.js must be alphabetized  alphabetize-errors
  165:1  error  Errors in lib/internal/errors.js must be alphabetized  alphabetize-errors
  262:1  error  Errors in lib/internal/errors.js must be alphabetized  alphabetize-errors

✖ 3 problems (3 errors, 0 warnings)

Metadata

Metadata

Assignees

No one assigned

    Labels

    buildIssues and PRs related to build files or the CI.toolsIssues and PRs related to the tools directory.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions