[PR #1394] [CLOSED] Add awesome-lint and CI to lint new awesome lists #50051

Closed
opened 2026-06-14 18:35:14 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sindresorhus/awesome/pull/1394
Author: @transitive-bullshit
Created: 9/11/2018
Status: Closed

Base: masterHead: feature/awesome-lint


📝 Commits (5)

📊 Changes

5 files changed (+542 additions, -0 deletions)

View changed files

.gitignore (+2 -0)
.travis.yml (+3 -0)
package.json (+27 -0)
test/_whitelist.js (+438 -0)
test/lists.js (+72 -0)

📄 Description

This PR incorporates awesome-lint and is aimed at providing automated linting to ease the load of reviewing new PRs.

It also adds a .travis.yml file to enable travis-ci testing for PRs.

Note that it is not our intention to fully automate PR reviews, as content is still very important and will always require a manual pass. Instead, we're trying to reduce the amount of time it takes to manually review and maintain the Awesome project.

For new and existing Awesome list authors, lists are not required to pass awesome-lint yet, but it is a good idea to run the linter on your list before submitting, as it will help you find a lot of common issues and will hopefully save us all a great deal of time in the long run.

For more background, see https://github.com/sindresorhus/awesome-lint/issues/39

cc @sindresorhus @itaisteinherz

Fixes #1365.
Fixes #569.
Helps with #1363.

(Edit) Note that this PR is dependent on https://github.com/sindresorhus/awesome-lint/pull/43


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/sindresorhus/awesome/pull/1394 **Author:** [@transitive-bullshit](https://github.com/transitive-bullshit) **Created:** 9/11/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature/awesome-lint` --- ### 📝 Commits (5) - [`dfa9e0d`](https://github.com/sindresorhus/awesome/commit/dfa9e0d2b0504db1ba8cdcfc66a544f0f749b0fb) Add awesome-lint to test new awesome lists - [`2babd4a`](https://github.com/sindresorhus/awesome/commit/2babd4a67a634ee2717fcd27d1d97c6df032e3b9) Add travis-ci - [`1c50297`](https://github.com/sindresorhus/awesome/commit/1c50297869f97323b8b8ac76f66b285818152563) Update .travis.yml - [`2c64c54`](https://github.com/sindresorhus/awesome/commit/2c64c54439e5769ff927344cb8911830a2fd896f) Update package.json - [`6ee57bb`](https://github.com/sindresorhus/awesome/commit/6ee57bb5b0375bff85c0c992bcfc269b52e35e1a) Update lists.js ### 📊 Changes **5 files changed** (+542 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.gitignore` (+2 -0) ➕ `.travis.yml` (+3 -0) ➕ `package.json` (+27 -0) ➕ `test/_whitelist.js` (+438 -0) ➕ `test/lists.js` (+72 -0) </details> ### 📄 Description This PR incorporates [awesome-lint](https://github.com/sindresorhus/awesome-lint) and is aimed at providing automated linting to ease the load of reviewing new PRs. It also adds a `.travis.yml` file to enable [travis-ci](https://travis-ci.com/) testing for PRs. Note that it is not our intention to fully automate PR reviews, as content is still very important and will always require a manual pass. Instead, we're trying to reduce the amount of time it takes to manually review and maintain the Awesome project. For new and existing Awesome list authors, lists are not required to pass `awesome-lint` **yet**, but it is a good idea to run the linter on your list before submitting, as it will help you find a lot of common issues and will hopefully save us all a great deal of time in the long run. For more background, see https://github.com/sindresorhus/awesome-lint/issues/39 cc @sindresorhus @itaisteinherz Fixes #1365. Fixes #569. Helps with #1363. (Edit) Note that this PR is dependent on https://github.com/sindresorhus/awesome-lint/pull/43 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-06-14 18:35:14 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-sindresorhus#50051