-
-
Save akashdktyagi/f2cd12fd2ed118fffeeed4b560335f61 to your computer and use it in GitHub Desktop.
use echo to create or modify an existing file in linux
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
echo " | |
--- | |
- nodejs-extensions: | |
- .js | |
template-extensions: | |
- .new | |
- .hbs | |
- '' | |
ignore-filenames: | |
- skip.js | |
- Jenkinsfile | |
ignore-paths: | |
- __MACOSX | |
- skip_dir | |
- node_modules | |
- venv | |
ignore-extensions: | |
- .jsx | |
ignore-rules: | |
- regex_injection_dos | |
- pug_jade_template | |
severity-filter: | |
- WARNING | |
- ERROR | |
" > .njsscan |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment