awslabs / awslabs/simple-code-scanning-pipeline
Un-ignore certain files in the starter repos
- Dominant language
- TypeScript
- Stars
- 19
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
From Nima; "I noticed js files are ignore by default. We might want to limit it to the files that we are sure we dont want to upload. Some tools like JSHint only scan .js files so even for testing purposes you want to have something in your repository (currently you need to force add .js files)"
Un-ignoring (using !filename) in .gitignore could be a useful approach to this.
Contributor guide
Research direction
Start by locating the .gitignore files in the starter repositories and reviewing which JavaScript files are currently excluded. Identify the JavaScript files that should remain available for tools such as JSHint, preserve intentional exclusions, and verify that those files no longer require force-adding.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git, javascript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100