Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
diffplug
/
spotless
Public
Notifications
You must be signed in to change notification settings
Fork
549
Star
5.6k
Code
Issues
246
Pull requests
19
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Linting - breaking changes to internal API to prepare
- #2148
#2148
Merged
nedtwigg
merged 14 commits into
main
diffplug/spotless:main
from
feat/prepare-for-lint-take-2
diffplug/spotless:feat/prepare-for-lint-take-2
Copy head branch name to clipboard
Oct 17, 2024
Conversation
Commits
14
(14)
Checks
Files changed
Merged
Linting - breaking changes to internal API to prepare
#2148
nedtwigg
merged 14 commits into
main
diffplug/spotless:main
from
feat/prepare-for-lint-take-2
diffplug/spotless:feat/prepare-for-lint-take-2
Copy head branch name to clipboard
Commits
Commits on May 29, 2024
Remove crufty and internally-unused methods from `Formatter`.
nedtwigg
committed
48e744d
View commit details
Copy full SHA for 48e744d
Browse repository at this point
Moved `PaddedCell.DirtyState` to its own top-level class with new methods.
nedtwigg
committed
5843830
View commit details
Copy full SHA for 5843830
Browse repository at this point
Removed `rootDir` property `Formatter` and its builder because it was only used to annnotate errors, which will now done by the lint phase.
nedtwigg
committed
856ab9f
View commit details
Copy full SHA for 856ab9f
Browse repository at this point
Mark the tests which are broken as part of the lint refactor.
nedtwigg
committed
b7f559a
View commit details
Copy full SHA for b7f559a
Browse repository at this point
Remove the name property from Formatter, and route it in a different way.
nedtwigg
committed
7bd9c59
View commit details
Copy full SHA for 7bd9c59
Browse repository at this point
Remove the `FormatExceptionPolicy` from the `Formatter` because it will become part of linting.
nedtwigg
committed
c6cfb6d
View commit details
Copy full SHA for c6cfb6d
Browse repository at this point
And now the tests that do and don't work have shuffled once again.
nedtwigg
committed
baf0f11
View commit details
Copy full SHA for baf0f11
Browse repository at this point
Reduce the size of the diff.
nedtwigg
committed
9347888
View commit details
Copy full SHA for 9347888
Browse repository at this point
Commits on Jun 4, 2024
No reason for DirtyState.Calculation to be public API.
nedtwigg
committed
5f159a0
View commit details
Copy full SHA for 5f159a0
Browse repository at this point
In fact there wasn't any reason for the DirtyState.Calculation class to exist at all.
nedtwigg
committed
baea8c9
View commit details
Copy full SHA for baea8c9
Browse repository at this point
Update contributor docs a bit.
nedtwigg
committed
4f5bf51
View commit details
Copy full SHA for 4f5bf51
Browse repository at this point
Update changelog.
nedtwigg
committed
33444a7
View commit details
Copy full SHA for 33444a7
Browse repository at this point
Commits on Oct 15, 2024
Merge branch 'main' into feat/prepare-for-lint-take-2
nedtwigg
committed
e1a9acb
View commit details
Copy full SHA for e1a9acb
Browse repository at this point
spotlessApply
nedtwigg
committed
5822660
View commit details
Copy full SHA for 5822660
Browse repository at this point
You can’t perform that action at this time.