fix: rename to follow melos versioning and remove redundant rule

This commit is contained in:
Hugo Pointcheval 2022-07-11 23:54:48 +02:00
parent 45e737dde2
commit 28d9aa69e7
Signed by: hugo
GPG Key ID: A9E8E9615379254F
4 changed files with 2 additions and 3 deletions

View File

@ -200,7 +200,6 @@ linter:
- use_setters_to_change_properties - use_setters_to_change_properties
- use_string_buffers - use_string_buffers
- use_super_parameters - use_super_parameters
- use_string_buffers
- use_test_throws_matchers - use_test_throws_matchers
- use_to_and_as_if_applicable - use_to_and_as_if_applicable
- valid_regexps - valid_regexps

View File

@ -14,4 +14,4 @@
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>. # along with this program. If not, see <https://www.gnu.org/licenses/>.
include: package:wyatt_analysis/analysis_options.flutter.2.1.1.yaml include: package:wyatt_analysis/analysis_options.flutter.2.2.0.yaml

View File

@ -14,4 +14,4 @@
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>. # along with this program. If not, see <https://www.gnu.org/licenses/>.
include: package:wyatt_analysis/analysis_options.2.1.1.yaml include: package:wyatt_analysis/analysis_options.2.2.0.yaml