Skip to content
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

Upstream Changes #3

Merged
merged 4 commits into from
Nov 8, 2024
Merged

Conversation

slamanna212
Copy link
Owner

No description provided.

delano and others added 4 commits November 8, 2024 10:01
Separates intensive checks from pre-commit to maintain fast commits
while ensuring code quality before sharing changes. Configured to skip
generated directories and fail fast on issues.

Add pre-push Git hooks for slower checks

Updates set of pre-push hooks to enforce code quality standards:
- Validates configuration files (YAML, JSON, TOML)
- Performs full linting with Rubocop and ESLint
- Runs TypeScript type checking
- Enforces file conventions and checks for common issues
Cleans up core extensions by removing unnecessary Array method additions while
preserving essential functionality in QuantizeTime, QuantizeInteger, and String
classes.

- Removes statistical methods (mean, median, mode, variance, etc.)
- Removes array manipulation methods (permute, sample, random)
- Removes unnecessary rubocop disable directive
…s-config-for-better-performance

Review pre-commit hooks config for better performance
…nsions-legacy

[#843] Removes legacy Array core extensions
@slamanna212 slamanna212 merged commit 2981215 into slamanna212:develop Nov 8, 2024
0 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants