Skip to content

Commit

Permalink
Skip EC-linting of imported installation scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
atifaziz committed Dec 27, 2024
1 parent 1ec5a5b commit fd6ff0a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,10 @@ jobs:
- name: Install ECLint
run: npm install -g eclint

- name: Delete EditorConfig file
run: git rm .editorconfig
- name: Delete files to exclude from EditorConfig linting
run: |
git rm .editorconfig
git rm 'tools/dotnet-install.*'
- name: Check Final New-Line
shell: pwsh
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ for:
install:
- npm install -g eclint
- git rm .editorconfig
- git rm 'tools/dotnet-install.*'
- pwsh: ./eclint.ps1 -InsertFinalNewline -Verbose
- pwsh: ./eclint.ps1 -TrimTrailingWhitespace -Verbose
- git reset --hard
Expand Down

0 comments on commit fd6ff0a

Please sign in to comment.