Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • C create-react-app
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,547
    • Issues 1,547
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 417
    • Merge requests 417
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Meta
  • create-react-app
  • Merge requests
  • !2409

Order lint warnings by most recently edited file (#2378)

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Administrator requested to merge github/fork/kombucha/2378-lint-warning-most-recent-file into main May 29, 2017
  • Overview 9
  • Commits 2
  • Pipelines 0
  • Changes 1

Created by: kombucha

Hi I've added sorting to the warning messages by last file modified time. This makes recently edited file pop up at the top of the error list. This affects logs both in the terminal and in the browser console (which seems more intuitive anyway).

I've checked by running npm-start in the project and modifying templates/index.js and templates/App.js alternatively, verifying that the order is coherent (see screenshots).

screen shot 2017-05-29 at 23 42 08

And then after editing the index.js file

screen shot 2017-05-29 at 23 42 31

I've also checked in the browser console of course. I'm working on a mac. If this seems like the proper resolution for this bug, I can check on more platforms (like windows) !

Cheers

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/kombucha/2378-lint-warning-most-recent-file