Skip to content

Commit

Permalink
Move config
Browse files Browse the repository at this point in the history
  • Loading branch information
WillCodeForCats committed Jul 12, 2024
1 parent 2471b7c commit c67dcc5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ jobs:
#VALIDATE_ALL_CODEBASE: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} # Validates all source when push on main, else just the git diff with main. Override with true if you always want to lint all sources

Check warning on line 49 in .github/workflows/mega-linter.yml

View workflow job for this annotation

GitHub Actions / MegaLinter

49:12 [comments] missing starting space in comment
VALIDATE_ALL_CODEBASE: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# ADD YOUR CUSTOM ENV VARIABLES HERE OR DEFINE THEM IN A FILE .mega-linter.yml AT THE ROOT OF YOUR REPOSITORY
DISABLE: COPYPASTE,SPELL # Uncomment to disable copy-paste and spell checks
PYTHON_FLAKE8_CONFIG_FILE: setup.cfg

# Upload MegaLinter artifacts
- name: Archive production artifacts
Expand Down
5 changes: 5 additions & 0 deletions .mega-linter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
PYTHON_FLAKE8_CONFIG_FILE: setup.cfg

Check warning on line 1 in .mega-linter.yml

View workflow job for this annotation

GitHub Actions / MegaLinter

1:1 [document-start] missing document start "---"
PYTHON_ISORT_CONFIG_FILE: setup.cfg
DISABLE:
- COPYPASTE
- SPELL

0 comments on commit c67dcc5

Please sign in to comment.