-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create linter.yml #440
Create linter.yml #440
Conversation
Let github lint everything.
Super linter said lines too long.
Need the folder for the reports.
We will need to set up the rules for each language.
Didn't actually need this.
Well damn. Need the folder, but not the file. I don't see how from here. |
Line too long and trailing whitespace.
Program didn't like extra whitespace.
############################# | ||
on: | ||
push: | ||
branches-ignore: [master, main] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would be good to include "release" branch as well, but I can add that later
Can you explain what this is supposed to do? When I look at the action output, it doesn't look like it scanned any of the webcalendar files: https://github.com/craigk5n/webcalendar/actions/runs/7045472464/job/19175266697 |
It's supposed to lint everything; css, html, js, json, sql, php, scss
I don't think I have it quite set up correctly yet.
Been having problems with my computer.
…On Thu, Nov 30, 2023 at 9:47 AM Craig Knudsen ***@***.***> wrote:
Can you explain what this is supposed to do? When I look at the action
output, it doesn't look like it scanned any of the webcalendar files:
https://github.com/craigk5n/webcalendar/actions/runs/7045472464/job/19175266697
—
Reply to this email directly, view it on GitHub
<#440 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHJ7GLSUU5WWNS6AC3HNHN3YHDBCVAVCNFSM6AAAAAA7ZYABTWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMZUGI3DOMZXGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I'll reopen this when I get it to work. |
Let github lint everything.