FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for phpcs.xml.dist - Giladx/wordpress-develop · GitHub
Giladx
/
wordpress-develop
Public
forked from
WordPress/wordpress-develop
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
wordpress-develop
phpcs.xml.dist
on
master
User selector
Datepicker
Commit history
Commits on Jun 17, 2020
Sitemaps: Add XML sitemaps functionality to WordPress.
Show description for b589735
swissspidy
committed
b589735
View commit details
Copy full SHA for b589735
View code at this point
Browse repository at this point
Commits on Jun 13, 2020
Coding Standards: Exclude the whole PHPMailer directory from WPCS checks, for consistency with other external libraries in their own directory.
Show description for a074285
SergeyBiryukov
committed
a074285
View commit details
Copy full SHA for a074285
View code at this point
Browse repository at this point
Commits on Jun 12, 2020
External Libraries: Upgrade PHPMailer to version 6.1.6.
Show description for 0933882
desrosj
committed
0933882
View commit details
Copy full SHA for 0933882
View code at this point
Browse repository at this point
Commits on May 2, 2020
Build/Test Tools: Exclude plugins and themes within `src`.
Show description for 578956a
johnbillion
committed
578956a
View commit details
Copy full SHA for 578956a
View code at this point
Browse repository at this point
Commits on Apr 5, 2020
Coding Standards: Switch `WordPress.PHP.YodaConditions.NotYoda` back to error level.
Show description for 6b28c4d
SergeyBiryukov
authored and
SergeyBiryukov
committed
6b28c4d
View commit details
Copy full SHA for 6b28c4d
View code at this point
Browse repository at this point
Commits on Feb 7, 2020
Coding Standards: Adjust coding standards to always omit parentheses for `include`/`require` statements.
Show description for f8b2ff1
SergeyBiryukov
committed
f8b2ff1
View commit details
Copy full SHA for f8b2ff1
View code at this point
Browse repository at this point
Commits on Jan 29, 2020
Docs: Improve inline comments per the documentation standards.
Show description for cfc3b57
SergeyBiryukov
committed
cfc3b57
View commit details
Copy full SHA for cfc3b57
View code at this point
Browse repository at this point
Commits on Jan 3, 2020
Build Tools: Integrate DependencyExtractionWebpackPlugin in the JS build.
Show description for a35e46a
gziolo
committed
a35e46a
View commit details
Copy full SHA for a35e46a
View code at this point
Browse repository at this point
Commits on Sep 25, 2019
Build/Test Tools: Move Composer script command line directives to the PHPCS ruleset.
Show description for 2dbc7e0
desrosj
committed
2dbc7e0
View commit details
Copy full SHA for 2dbc7e0
View code at this point
Browse repository at this point
Commits on Jul 19, 2019
Coding Standards: Move the remaining PHPCS errors to report as warnings, and add Travis tests.
Show description for 3d1714d
pento
committed
3d1714d
View commit details
Copy full SHA for 3d1714d
View code at this point
Browse repository at this point
Coding Standards: Fix a filename replacement missed in [45663].
Show description for ab26c9a
pento
committed
ab26c9a
View commit details
Copy full SHA for ab26c9a
View code at this point
Browse repository at this point
Coding Standards: Exclude a handful of incorrectly named files that won't be renamed.
Show description for 968254f
pento
committed
968254f
View commit details
Copy full SHA for 968254f
View code at this point
Browse repository at this point
Commits on Jul 17, 2019
Coding Standards: Exclude some class names from checks when they can't be renamed.
Show description for 3686fd8
pento
committed
3686fd8
View commit details
Copy full SHA for 3686fd8
View code at this point
Browse repository at this point
Commits on Jul 9, 2019
Coding Standards: Fix instances of `WordPress.PHP.NoSilencedErrors.Discouraged`.
Show description for d36eda3
pento
committed
d36eda3
View commit details
Copy full SHA for d36eda3
View code at this point
Browse repository at this point
Commits on Jul 8, 2019
Coding Standards: Fix the remaining issues in `/tests`.
Show description for c6c7849
pento
committed
c6c7849
View commit details
Copy full SHA for c6c7849
View code at this point
Browse repository at this point
Commits on Jul 5, 2019
Coding Standards: Add missing translator comments.
Show description for 272e5bb
pento
committed
272e5bb
View commit details
Copy full SHA for 272e5bb
View code at this point
Browse repository at this point
Coding Standards: Fix all `WordPress.CodeAnalysis.AssignmentInCondition` issues.
Show description for 027c9da
pento
committed
027c9da
View commit details
Copy full SHA for 027c9da
View code at this point
Browse repository at this point
Commits on Jul 2, 2019
Coding Standards: Fix the `Squiz.PHP.DisallowMultipleAssignments` violations in `wp-includes`.
Show description for 4503f93
pento
committed
4503f93
View commit details
Copy full SHA for 4503f93
View code at this point
Browse repository at this point
Commits on May 28, 2019
Build tools, WPCS: disable line ending check when running `phpcs` but fix them to `\n` whit `phpcfb`. Fixes (erroneous) reports on Windows about improper line endings in all files. They are managed…
Show description for 9ca3851
azaozz
committed
9ca3851
View commit details
Copy full SHA for 9ca3851
View code at this point
Browse repository at this point
Commits on Mar 21, 2019
Coding Standards: exclude sodium_compat library.
Show description for 722d043
tellyworth
committed
722d043
View commit details
Copy full SHA for 722d043
View code at this point
Browse repository at this point
Commits on Jan 12, 2019
Coding Standards: Upgrade WPCS to 1.2.1.
Show description for 992184c
pento
committed
992184c
View commit details
Copy full SHA for 992184c
View code at this point
Browse repository at this point
Coding Standards: Fix and whitelist variable names.
Show description for a139c8c
pento
committed
a139c8c
View commit details
Copy full SHA for a139c8c
View code at this point
Browse repository at this point
Coding Standards: Exclude some external files.
Show description for c1d4ff4
pento
committed
c1d4ff4
View commit details
Copy full SHA for c1d4ff4
View code at this point
Browse repository at this point
Commits on Jan 11, 2019
Coding Standards: Add exceptions for `WordPress.Files.FileName.NotHyphenatedLowercase`.
Show description for d0f00b5
pento
committed
d0f00b5
View commit details
Copy full SHA for d0f00b5
View code at this point
Browse repository at this point
Coding Standards: Fix the minor `WordPress.WP.I18n` violations.
Show description for 8cc4933
pento
committed
8cc4933
View commit details
Copy full SHA for 8cc4933
View code at this point
Browse repository at this point
Coding Standards: `template.php` isn't a template tag file.
Show description for df77131
pento
committed
df77131
View commit details
Copy full SHA for df77131
View code at this point
Browse repository at this point
Commits on Jan 9, 2019
Build/Tools: Fix typo in `phpcs.xml.dist`.
Show description for ed1b4dc
ocean90
committed
ed1b4dc
View commit details
Copy full SHA for ed1b4dc
View code at this point
Browse repository at this point
Commits on Sep 24, 2018
Multisite: Fix coding standard errors after [43654].
Show description for c12a0cf
felixarntz
committed
c12a0cf
View commit details
Copy full SHA for c12a0cf
View code at this point
Browse repository at this point
Commits on Sep 14, 2018
Upgrade/Install: Properly exclude the `admin/includesSchema.php` tests file for the `WordPress.DB.PreparedSQL.NotPrepared` sniff.
Show description for ffa16fa
felixarntz
committed
ffa16fa
View commit details
Copy full SHA for ffa16fa
View code at this point
Browse repository at this point
Commits on Aug 17, 2018
Coding Standards: Upgrade WPCS to 1.0.0
Show description for a75d153
pento
committed
a75d153
View commit details
Copy full SHA for a75d153
View code at this point
Browse repository at this point
Commits on Jun 15, 2018
Build/Tools: Update PHPCS ruleset for WP Core and related Composer setup.
Show description for 3581d34
jrfnl
committed
3581d34
View commit details
Copy full SHA for 3581d34
View code at this point
Browse repository at this point
Commits on Apr 28, 2018
Build/Test Tools: Don't trigger the global variable override PHPCS sniff for core.
Show description for 790f1ef
johnbillion
committed
790f1ef
View commit details
Copy full SHA for 790f1ef
View code at this point
Browse repository at this point
Commits on Dec 1, 2017
Coding Standards: Add the `phpcs.xml.dist` file.
Show description for 81a48c2
pento
committed
81a48c2
View commit details
Copy full SHA for 81a48c2
View code at this point
Browse repository at this point
Loading
Back
|
FazBrowse Home
|
New Git URL